Skip to content

Commit

Permalink
yet another workflow goreleaser fix (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbradys authored Oct 1, 2024
1 parent ebd3fd6 commit b294b6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ builds:
hooks:
pre:
- wget -P cmd/hauler/binaries/ https://github.com/hauler-dev/cosign/releases/download/{{ .Env.cosign_version }}/cosign-{{ .Os }}-{{ .Arch }}{{ if eq .Os "windows" }}.exe{{ end }}
post:
- rm -rf cmd/hauler/binaries
env:
- CGO_ENABLED=0

Expand Down

0 comments on commit b294b6f

Please sign in to comment.