Skip to content

Commit

Permalink
remove upx for quick tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Sep 18, 2024
1 parent cc3a606 commit c4da3a3
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ builds:
goarch:
- amd64

upx:
- enabled: true
compress: best
# upx:
# - enabled: true
# compress: best

archives:
- name_template: '{{ .ProjectName }}_{{ replace .Version "v" "" }}_{{ .Os }}_{{ .Arch }}'
files:
- yang/**/*
- greeter.yml
- ./yang/*
- "./{{ .ProjectName }}.yml"

checksum:
name_template: checksums.txt
Expand Down Expand Up @@ -58,8 +58,6 @@ nfpms:
- deb
bindir: /usr/local/bin
contents:
- src: ./{{ .ProjectName }}
dst: /usr/local/bin/
- src: ./yang
dst: /opt/{{ .ProjectName }}/yang
- src: ./{{ .ProjectName }}.yml
Expand Down

0 comments on commit c4da3a3

Please sign in to comment.