Skip to content

Commit

Permalink
Merge pull request #82 from rebuy-de/bjoernhaeuser-patch-1
Browse files Browse the repository at this point in the history
Update ci.yaml
  • Loading branch information
bjoernhaeuser authored Oct 14, 2021
2 parents 34a407c + ca6e6ac commit b4dc5e6
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 b4dc5e6

Please sign in to comment.