mirror of
https://github.com/maplibre/martin.git
synced 2024-12-19 21:01:45 +03:00
qemu docker workflow limit to platforms
This commit is contained in:
parent
f866bcf251
commit
eae422a211
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -39,6 +39,8 @@ jobs:
|
||||
# https://github.com/docker/setup-qemu-action
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v2.1.0
|
||||
with:
|
||||
platforms: linux/arm64,linux/amd64
|
||||
|
||||
# https://github.com/docker/setup-buildx-action
|
||||
- name: Set up Docker Buildx
|
||||
|
Loading…
Reference in New Issue
Block a user