Skip to content

Commit

Permalink
Disabled ARM from build process
Browse files Browse the repository at this point in the history
  • Loading branch information
alesforz committed Jan 10, 2025
1 parent 8139212 commit 95455d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
goarch: ["arm", "amd64"]
goarch: ["amd64"]
goos: ["linux"]
timeout-minutes: 5
steps:
Expand Down

0 comments on commit 95455d5

Please sign in to comment.