Support multi-platform docker builds with qemu
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user