Skip to content

Commit

Permalink
Add empty osarch to avoid parallel artifacts building
Browse files Browse the repository at this point in the history
  • Loading branch information
denis256 committed May 24, 2024
1 parent 3be6e0e commit 5e20582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
name: Build Binaries
command: |
build-go-binaries --parallel 1 --app-name cloud-nuke --dest-path bin \
--ld-flags "-X main.VERSION=$CIRCLE_TAG" --os << parameters.os >> --arch << parameters.arch >>
--ld-flags "-X main.VERSION=$CIRCLE_TAG" --osarch "" --os << parameters.os >> --arch << parameters.arch >>
- persist_to_workspace:
root: .
paths: bin
Expand Down

0 comments on commit 5e20582

Please sign in to comment.