Skip to content

Commit

Permalink
Build for Linux Apple M chips
Browse files Browse the repository at this point in the history
  • Loading branch information
DalianisDim committed Nov 20, 2024
1 parent 77983b9 commit 106f0bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
artifact_name: keyvalDetector
asset_name: keyvalDetector-linux-amd64
build_params: "GOOS=linux GOARCH=amd64"
- os: ubuntu-latest
artifact_name: keyvalDetector
asset_name: keyvalDetector-linux-arm64
build_params: "GOOS=linux GOARCH=arm64"
# - os: windows-latest
# artifact_name: keyvalDetector.exe
# asset_name: keyvalDetector-windows-amd64
Expand Down

0 comments on commit 106f0bc

Please sign in to comment.