Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
Add darwin/arm64 to build
  • Loading branch information
bjoernhaeuser authored Oct 14, 2021
1 parent 34a407c commit ca6e6ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
go build -o dist/buildutil-bootstrap ./cmd/buildutil
./dist/buildutil-bootstrap -v \
-x linux/amd64 -x linux/arm64 -x darwin/amd64 \
-x linux/amd64 -x linux/arm64 -x darwin/amd64 -x darwin/arm64 \
--rpm --deb --compress \
--s3-url s3://rebuy-github-releases/rebuy-go-sdk
- name: Build Project for amd64
Expand Down

0 comments on commit ca6e6ac

Please sign in to comment.