Skip to content

Commit

Permalink
Binary enablement for s390x
Browse files Browse the repository at this point in the history
  • Loading branch information
shahidhs-ibm committed Nov 30, 2022
1 parent 37715e7 commit fa8441a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ builds:
goarch:
- amd64
- arm64
- s390x
main: ./cmd/cfssl
ldflags:
- -s -w -X github.com/cloudflare/cfssl/cli/version.version={{.Version}}
Expand Down Expand Up @@ -60,6 +61,7 @@ builds:
goarch:
- amd64
- arm64
- s390x
main: ./cmd/cfssl-bundle
ldflags:
- -s -w -X github.com/cloudflare/cfssl/cli/version.version={{.Version}}
Expand Down Expand Up @@ -95,6 +97,7 @@ builds:
goarch:
- amd64
- arm64
- s390x
main: ./cmd/cfssl-certinfo
ldflags:
- -s -w -X github.com/cloudflare/cfssl/cli/version.version={{.Version}}
Expand Down Expand Up @@ -130,6 +133,7 @@ builds:
goarch:
- amd64
- arm64
- s390x
main: ./cmd/cfssl-newkey
ldflags:
- -s -w -X github.com/cloudflare/cfssl/cli/version.version={{.Version}}
Expand Down Expand Up @@ -165,6 +169,7 @@ builds:
goarch:
- amd64
- arm64
- s390x
main: ./cmd/cfssl-scan
ldflags:
- -s -w -X github.com/cloudflare/cfssl/cli/version.version={{.Version}}
Expand Down Expand Up @@ -200,6 +205,7 @@ builds:
goarch:
- amd64
- arm64
- s390x
main: ./cmd/cfssljson
ldflags:
- -s -w -X github.com/cloudflare/cfssl/cli/version.version={{.Version}}
Expand Down Expand Up @@ -235,6 +241,7 @@ builds:
goarch:
- amd64
- arm64
- s390x
main: ./cmd/mkbundle
ldflags:
- -s -w -X github.com/cloudflare/cfssl/cli/version.version={{.Version}}
Expand Down Expand Up @@ -270,6 +277,7 @@ builds:
goarch:
- amd64
- arm64
- s390x
main: ./cmd/multirootca
ldflags:
- -s -w -X github.com/cloudflare/cfssl/cli/version.version={{.Version}}
Expand Down

0 comments on commit fa8441a

Please sign in to comment.