Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Westsi authored Jul 2, 2024
1 parent 5975c98 commit 01f5d9f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,18 @@ jobs:
# steps:
# - name: Checkout
# uses: actions/checkout@v4
# - uses: actions/setup-go@v5
# with:
# go-version: '^1.21' # The Go version to download (if necessary) and use.
# - name: Build and Test
# run: sh ci/x86_64.sh
aarch64:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '^1.21' # The Go version to download (if necessary) and use.
- name: Build and Test
run: sh ci/aarch64.sh

0 comments on commit 01f5d9f

Please sign in to comment.