Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
build just amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoCMoraes committed May 28, 2024
1 parent 3e908ff commit 392d3bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ jobs:
strategy:
matrix:
goos: [ linux ]
goarch: [ "arm", "arm64", "386", "amd64", "ppc64le"]
#goarch: [ "arm", "arm64", "386", "amd64", "ppc64le"]
goarch: [ "amd64" ]
go: [ "${{ needs.get-go-version.outputs.go-version }}" ]
fail-fast: true

Expand Down

0 comments on commit 392d3bd

Please sign in to comment.