Compare commits

...

2 Commits

Author SHA1 Message Date
surtur f9ebc7b78b
release 0.0.1-rc.3
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2023-09-08 23:00:44 +02:00
surtur baed2cc07b
goreleaser: only build for arm64 linux atm [skip ci] 2023-09-08 22:59:36 +02:00

View File

@ -9,10 +9,6 @@ archives:
# - name_template: '{{ .ProjectName }}-v{{ .Version }}-{{ .Os }}-{{ .Arch }}'
- name_template: '{{ .ProjectName }}_v{{ .Version }}'
meta: true
files:
- README.md
- LICENSE
- exampleConfig.dhall
before:
hooks:
- go generate .
@ -25,10 +21,10 @@ builds:
- -trimpath
goarch:
- amd64
- arm64
# - arm64
goos:
- linux
- freebsd
# - freebsd
ldflags:
- -s -w -X main.version={{ .Version }} -X main.commit={{ .Commit }}
mod_timestamp: '{{ .CommitTimestamp }}'
@ -38,9 +34,8 @@ release:
prerelease: true
skip_upload: false
extra_files:
- glob: ./README.md
- glob: ./LICENSE
- glob: ./exampleConfig.dhall
- glob: ./dist/pcmt_linux_amd64_v2/pcmt
mode: replace
gitea:
owner: mirre-mt