Skip to content

Commit

Permalink
add arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
kipz committed Jan 31, 2025
1 parent 10b49c4 commit 1a8802b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
build:
name: Build and Publish
runs-on: ubuntu-latest
# if: github.event_name != 'pull_request'
#if: github.event_name != 'pull_request'
strategy:
matrix:
goos: [linux, darwin]
goarch: [amd64]
goarch: [amd64, arm64]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 1a8802b

Please sign in to comment.