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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

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