remove (temporarily) ppc64le build to allow the other architecture's images to be produced #48

This commit is contained in:
El RIDO 2021-06-19 06:18:55 +02:00
parent 2a7793e43d
commit 1ae3716721
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92

View file

@ -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