mirror of https://github.com/ekzhang/bore.git
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:
parent
32a7233c9d
commit
1f81f01fe2
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue