Skip to content

Commit

Permalink
arm64 docker image (#114)
Browse files Browse the repository at this point in the history
* Update docker.yml

Testing aarch64 build works

* Update docker.yml

Revert event to trigger the action

* Update docker.yml

reassign proper images name
  • Loading branch information
kennycallado authored Jun 11, 2024
1 parent 32a7233 commit 1f81f01
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 1f81f01

Please sign in to comment.