Skip to content

Commit

Permalink
Add setting of DEFAULT_OSARCH
Browse files Browse the repository at this point in the history
  • Loading branch information
denis256 committed May 24, 2024
1 parent 5e20582 commit 681459a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ 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 \
--ld-flags "-X main.VERSION=$CIRCLE_TAG" --osarch "" --os << parameters.os >> --arch << parameters.arch >>
--ld-flags "-X main.VERSION=$CIRCLE_TAG" --os << parameters.os >> --arch << parameters.arch >>
- persist_to_workspace:
root: .
paths: bin
Expand Down

0 comments on commit 681459a

Please sign in to comment.