Skip to content

Commit

Permalink
Add arm64 release artifacts (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
soumeh01 authored Sep 3, 2024
1 parent da223e1 commit 9b67a22
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ jobs:
make OS=windows ARCH=amd64 build/vidx2pidx.exe
make clean
make OS=darwin ARCH=amd64 build/vidx2pidx
make clean
make OS=windows ARCH=arm64 build/vidx2pidx.exe
make clean
make OS=darwin ARCH=arm64 build/vidx2pidx
make clean
make OS=linux ARCH=arm64 build/vidx2pidx
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ builds:
- darwin
goarch:
- amd64
- arm64
main: ./cmd

archives:
Expand Down

0 comments on commit 9b67a22

Please sign in to comment.