mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-02 02:30:43 +00:00
Add s390x and ppc64le binaries to releases
This commit is contained in:
@@ -97,6 +97,8 @@ builds:
|
|||||||
goarch:
|
goarch:
|
||||||
- amd64
|
- amd64
|
||||||
- arm64
|
- arm64
|
||||||
|
- s390x
|
||||||
|
- ppc64le
|
||||||
|
|
||||||
checksum:
|
checksum:
|
||||||
name_template: 'checksums.txt'
|
name_template: 'checksums.txt'
|
||||||
@@ -120,7 +122,7 @@ date
|
|||||||
time /usr/local/bin/goreleaser release \
|
time /usr/local/bin/goreleaser release \
|
||||||
--debug \
|
--debug \
|
||||||
--timeout 10m \
|
--timeout 10m \
|
||||||
--parallelism 4 \
|
--parallelism 7 \
|
||||||
--config=$goReleaserConfigFile \
|
--config=$goReleaserConfigFile \
|
||||||
--release-notes=$changeLogFile \
|
--release-notes=$changeLogFile \
|
||||||
--rm-dist \
|
--rm-dist \
|
||||||
|
|||||||
@@ -94,6 +94,8 @@ builds:
|
|||||||
goarch:
|
goarch:
|
||||||
- amd64
|
- amd64
|
||||||
- arm64
|
- arm64
|
||||||
|
- s390x
|
||||||
|
- ppc64le
|
||||||
|
|
||||||
checksum:
|
checksum:
|
||||||
name_template: 'checksums.txt'
|
name_template: 'checksums.txt'
|
||||||
@@ -117,7 +119,7 @@ date
|
|||||||
time /usr/local/bin/goreleaser build \
|
time /usr/local/bin/goreleaser build \
|
||||||
--debug \
|
--debug \
|
||||||
--timeout 10m \
|
--timeout 10m \
|
||||||
--parallelism 4 \
|
--parallelism 7 \
|
||||||
--config=$goReleaserConfigFile \
|
--config=$goReleaserConfigFile \
|
||||||
--rm-dist \
|
--rm-dist \
|
||||||
--skip-validate $remainingArgs
|
--skip-validate $remainingArgs
|
||||||
|
|||||||
Reference in New Issue
Block a user