Skip to content

Commit b66c167

Browse files
Revert "Compress release with UPX (#3445)" (#3455)
This reverts commit c46d52b.
1 parent c46d52b commit b66c167

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.github/workflows/release.yml

-4
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ jobs:
3939
go-version: "1.23"
4040
- name: Cosign install
4141
uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0
42-
- name: Install UPX
43-
run: |
44-
sudo apt-get update
45-
sudo apt-get install -y upx
4642
- name: Run GoReleaser
4743
uses: goreleaser/goreleaser-action@v6
4844
with:

.goreleaser.yml

-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ builds:
1111
goarch:
1212
- amd64
1313
- arm64
14-
hooks:
15-
post:
16-
- bash -c 'if [ "{{ .Env.GGOOS }}" != "darwin" ]; then upx -q "{{ .Path }}"; fi'
1714
dockers:
1815
- image_templates: ["trufflesecurity/{{ .ProjectName }}:{{ .Version }}-amd64"]
1916
dockerfile: Dockerfile.goreleaser

0 commit comments

Comments
 (0)