Skip to content

Commit

Permalink
build: Remove skopeo static build from release config
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson committed Dec 15, 2021
1 parent d2052a9 commit a53d218
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ builds:
- arm64
mod_timestamp: '{{ .CommitTimestamp }}'
hooks:
pre: |
make IS_SNAPSHOT={{ .IsSnapshot }} GOOS={{ .Os }} GOARCH={{ .Arch }} skopeo.build
make IS_SNAPSHOT={{ .IsSnapshot }} GOOS={{ .Os }} GOARCH={{ .Arch }} UPX_TARGET=skopeo/static/skopeo-{{ .Os }}-{{ .Arch }} upx
post: |
make IS_SNAPSHOT={{ .IsSnapshot }} GOOS={{ .Os }} GOARCH={{ .Arch }} UPX_TARGET={{ .Path }} upx
universal_binaries:
Expand Down

0 comments on commit a53d218

Please sign in to comment.