Support multi-platform docker builds with qemu

This commit is contained in:
Gabe Kangas
2022-06-18 23:05:50 -07:00
parent 233a2ccb2f
commit a137d7ebb9
2 changed files with 8 additions and 3 deletions

View File

@@ -11,6 +11,4 @@ echo "Building Docker image ${DOCKER_IMAGE}..."
# Change to the root directory of the repository
cd $(git rev-parse --show-toplevel)
earthly --ci --push +docker --image="ghcr.io/owncast/${DOCKER_IMAGE}" --tag=nightly --version=${VERSION}
# docker push ghcr.io/owncast/${DOCKER_IMAGE}:nightly
earthly --ci --push +docker-all --image="ghcr.io/owncast/${DOCKER_IMAGE}" --tag=nightly --version="${VERSION}"