Skip to content

Commit c3b783a

Browse files
committed
remove upx for darwin
1 parent ab72118 commit c3b783a

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.goreleaser.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@
4848
- -X 'k8s.io/client-go/pkg/version.gitCommit={{.Commit}}'
4949
- -X 'github.com/openshift/oc/pkg/version.versionFromGit=v{{.Version}}'
5050
- -X 'github.com/openshift/oc/pkg/version.commitFromGit={{.Commit}}'
51-
hooks:
52-
post:
53-
- upx -7 "{{ .Path }}"
51+
5452
- id: arvan_darwin_arm64
5553
main: ./cmd/arvan/arvan.go
5654
binary: arvan
@@ -64,9 +62,7 @@
6462
- -X 'k8s.io/client-go/pkg/version.gitCommit={{.Commit}}'
6563
- -X 'github.com/openshift/oc/pkg/version.versionFromGit=v{{.Version}}'
6664
- -X 'github.com/openshift/oc/pkg/version.commitFromGit={{.Commit}}'
67-
hooks:
68-
post:
69-
- upx -7 "{{ .Path }}"
65+
7066
archives:
7167
-
7268
format_overrides:

0 commit comments

Comments
 (0)