Skip to content

Commit

Permalink
Add passing of osarch arg
Browse files Browse the repository at this point in the history
  • Loading branch information
denis256 committed May 24, 2024
1 parent 681459a commit 3ec20ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ jobs:
- run:
name: Build Binaries
command: |
export DEFAULT_OSARCH="<< parameters.os >>/<< parameters.arch >>"
build-go-binaries --parallel 1 --app-name cloud-nuke --dest-path bin \
build-go-binaries --osarch "<< parameters.os >>/<< parameters.arch >>" --os << parameters.os >> --arch << parameters.arch >> --parallel 1 --app-name cloud-nuke --dest-path bin \
--ld-flags "-X main.VERSION=$CIRCLE_TAG" --os << parameters.os >> --arch << parameters.arch >>
- persist_to_workspace:
root: .
Expand Down

0 comments on commit 3ec20ab

Please sign in to comment.