remove (temporarily) ppc64le build to allow the other architecture's images to be produced #48
This commit is contained in:
parent
2a7793e43d
commit
1ae3716721
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
set -euxo pipefail
|
||||
|
||||
IMAGE=privatebin/nginx-fpm-alpine
|
||||
QEMU_PLATFORMS=linux/amd64,linux/386,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le
|
||||
QEMU_PLATFORMS=linux/amd64,linux/386,linux/arm/v6,linux/arm/v7,linux/arm64
|
||||
VERSION=${GITHUB_REF##*/}
|
||||
EVENT=$1
|
||||
[ "${EVENT}" = "schedule" ] && VERSION=nightly
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue