arm64 docker image (#114)

* Update docker.yml

Testing aarch64 build works

* Update docker.yml

Revert event to trigger the action

* Update docker.yml

reassign proper images name
This commit is contained in:
kennycallado
2024-06-11 02:54:40 +02:00
committed by GitHub
parent 32a7233c9d
commit 1f81f01fe2

View File

@ -40,9 +40,7 @@ jobs:
id: docker_build
uses: docker/build-push-action@v3
with:
# This doesn't work now because of an issue in multi-platform Docker builds.
# -> see https://github.com/rust-lang/rust/issues/97520
# platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}