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:
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"
|
||||||
|
Reference in New Issue
Block a user