mirror of
https://github.com/mikefarah/yq.git
synced 2026-06-29 16:41:45 +00:00
Add s390x platform support to Docker release workflow
Updated the list of supported platforms in the GitHub Actions Docker release workflow to include linux/s390x. Signed-off-by: Ashok Pariya <ashok.pariya@ibm.com>
This commit is contained in:
parent
40f2c2381b
commit
fe06096514
2
.github/workflows/docker-release.yml
vendored
2
.github/workflows/docker-release.yml
vendored
@ -51,7 +51,7 @@ jobs:
|
||||
IMAGE_VERSION=${VERSION:1}
|
||||
echo "IMAGE_VERSION: ${IMAGE_VERSION}"
|
||||
|
||||
PLATFORMS="linux/amd64,linux/ppc64le,linux/arm64,linux/arm/v7"
|
||||
PLATFORMS="linux/amd64,linux/ppc64le,linux/arm64,linux/arm/v7,linux/s390x"
|
||||
|
||||
echo "Building and pushing version ${IMAGE_VERSION} of image ${IMAGE_NAME}"
|
||||
docker buildx build \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user