Add setup-qemu-action for arm64 (#8)
Adds `docker/setup-qemu-action` to the image building workflow, enabling images to be built for architectures and OSes other than `linux/amd64`.
This commit is contained in:
parent
fa1bb9757e
commit
b7ad086aba
1 changed files with 1 additions and 0 deletions
1
.github/workflows/java.yml
vendored
1
.github/workflows/java.yml
vendored
|
@ -23,6 +23,7 @@ jobs:
|
||||||
- 16j9
|
- 16j9
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- uses: docker/setup-qemu-action@v1
|
||||||
- uses: docker/setup-buildx-action@v1
|
- uses: docker/setup-buildx-action@v1
|
||||||
with:
|
with:
|
||||||
version: "v0.5.1"
|
version: "v0.5.1"
|
||||||
|
|
Loading…
Reference in a new issue