Skip to content

Commit

Permalink
add arm64 on all linux binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Wiesenbauer committed Nov 23, 2022
1 parent c094402 commit 39c4590
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ builds:
- linux
goarch:
- amd64
- arm64
main: ./cmd/cfssl-bundle
ldflags:
- -s -w -X github.com/cloudflare/cfssl/cli/version.version={{.Version}}
Expand Down Expand Up @@ -93,6 +94,7 @@ builds:
- linux
goarch:
- amd64
- arm64
main: ./cmd/cfssl-certinfo
ldflags:
- -s -w -X github.com/cloudflare/cfssl/cli/version.version={{.Version}}
Expand Down Expand Up @@ -127,6 +129,7 @@ builds:
- linux
goarch:
- amd64
- arm64
main: ./cmd/cfssl-newkey
ldflags:
- -s -w -X github.com/cloudflare/cfssl/cli/version.version={{.Version}}
Expand Down Expand Up @@ -161,6 +164,7 @@ builds:
- linux
goarch:
- amd64
- arm64
main: ./cmd/cfssl-scan
ldflags:
- -s -w -X github.com/cloudflare/cfssl/cli/version.version={{.Version}}
Expand Down Expand Up @@ -195,6 +199,7 @@ builds:
- linux
goarch:
- amd64
- arm64
main: ./cmd/cfssljson
ldflags:
- -s -w -X github.com/cloudflare/cfssl/cli/version.version={{.Version}}
Expand Down Expand Up @@ -229,6 +234,7 @@ builds:
- linux
goarch:
- amd64
- arm64
main: ./cmd/mkbundle
ldflags:
- -s -w -X github.com/cloudflare/cfssl/cli/version.version={{.Version}}
Expand Down Expand Up @@ -263,6 +269,7 @@ builds:
- linux
goarch:
- amd64
- arm64
main: ./cmd/multirootca
ldflags:
- -s -w -X github.com/cloudflare/cfssl/cli/version.version={{.Version}}
Expand Down

0 comments on commit 39c4590

Please sign in to comment.