Skip to content
Snippets Groups Projects
Commit 9e0cd685 authored by Christoph Witzko's avatar Christoph Witzko
Browse files

feat: use goreleaser

parent 2ab8a437
No related branches found
No related tags found
No related merge requests found
......@@ -37,21 +37,8 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: 1.18
- run: |
go install github.com/mitchellh/gox@latest
go install github.com/tcnksm/ghr@latest
- uses: go-semantic-release/action@v1
id: semrel
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
ghr: true
- run: |
gox -parallel 4 -osarch="linux/amd64 linux/arm64 darwin/amd64 darwin/arm64 linux/arm windows/amd64" -ldflags="-extldflags '-static' -s -w -X github.com/go-semantic-release/files-updater-npm/pkg/updater.FUVERSION=${{steps.semrel.outputs.version}}" -output="bin/{{.Dir}}_v${{steps.semrel.outputs.version}}_{{.OS}}_{{.Arch}}" ./cmd/files-updater-npm/
cd bin/ && shasum -a 256 * > ./files-updater-npm_v${{steps.semrel.outputs.version}}_checksums.txt && cd -
if: steps.semrel.outputs.version != ''
env:
CGO_ENABLED: 0
- run: ghr $(cat .ghr) bin/
if: steps.semrel.outputs.version != ''
hooks: goreleaser
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
builds:
- env:
- CGO_ENABLED=0
targets:
- linux_amd64
- linux_arm64
- darwin_amd64
- darwin_arm64
- linux_arm
- windows_amd64
main: ./cmd/files-updater-npm
ldflags:
- -extldflags '-static'
- -s -w -X github.com/go-semantic-release/files-updater-npm/pkg/updater.FUVERSION={{.Version}}
archives:
- format: binary
name_template: '{{ .Binary }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}'
checksum:
name_template: '{{ .ProjectName }}_v{{ .Version }}_checksums.txt'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment