Add arm64 and amd64 to build targets for Docker image (#92)

This commit is contained in:
tandy1000 2023-03-15 13:54:01 +00:00 committed by GitHub
parent 72dafd9a83
commit 32165241c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,6 +40,7 @@ jobs:
id: docker_build
uses: docker/build-push-action@v3
with:
platforms: linux/amd64,linux/arm64
file: docker/Dockerfile
pull: true
push: true