Skip to content

Commit

Permalink
cicd: use multiline string for clairctl build command
Browse files Browse the repository at this point in the history
Signed-off-by: ldelossa <ldelossa@redhat.com>
  • Loading branch information
ldelossa committed Sep 29, 2020
1 parent 9b9ab32 commit f6aa6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cut-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
.
- name: Build clairctl
run:
run: |
GOOS=darwin GOARCH=amd64 go build -o clairctl-darwin-amd64 ./cmd/clairctl
GOOS=linux GOARCH=amd64 go build -o clairctl-linux-amd64 ./cmd/clairctl
GOOS=windows GOARCH=amd64 go build -o clairctl-windows-amd64 ./cmd/clairctl
Expand Down

0 comments on commit f6aa6e6

Please sign in to comment.