Merge pull request #4852 from guggero/docker-arm

GitHub: specify docker image platforms to enable ARM image builds
This commit is contained in:
Olaoluwa Osuntokun 2020-12-11 14:30:18 -08:00 committed by GitHub
commit 04e02a57ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,6 +37,7 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
platforms: linux/amd64,linux/arm64
tags: "${{ env.DOCKER_REPO }}/${{ env.DOCKER_IMAGE }}:${{ env.RELEASE_VERSION }}"
build-args: checkout=${{ env.RELEASE_VERSION }}