Skip to content

Commit

Permalink
Add s390x architecture to ko binary releases (#300)
Browse files Browse the repository at this point in the history
Signed-off-by: Yulia Gaponenko <yulia.gaponenko1@de.ibm.com>
  • Loading branch information
barthy1 committed Jan 20, 2021
1 parent 0801316 commit af7fb47
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ builds:
- -trimpath
ldflags:
- "-s -w -X github.com/google/ko/pkg/commands.Version={{.Version}}"
goarch:
- amd64
- arm64
- s390x
- 386
archives:
- replacements:
darwin: Darwin
Expand Down

0 comments on commit af7fb47

Please sign in to comment.