Skip to content

Commit

Permalink
Merge pull request #105 from pantheon-systems/arm64-bins
Browse files Browse the repository at this point in the history
  • Loading branch information
joemiller authored Dec 2, 2023
2 parents 9e6477c + 4419230 commit e10f935
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,28 @@ builds:
- binary: autotag
id: macos
main: autotag/main.go
flags:
- -trimpath
ldflags:
- -s -w -X main.version={{.Version}}+{{.ShortCommit}}
goos:
- darwin
goarch:
- amd64
- arm64

- binary: autotag
id: linux
main: autotag/main.go
flags:
- -trimpath
ldflags:
- -s -w -X main.version={{.Version}}+{{.ShortCommit}}
goos:
- linux
goarch:
- amd64
- arm64

# TODO: verify windows functionality then enable windows release binaries
# - binary: autotag
Expand Down

0 comments on commit e10f935

Please sign in to comment.