Skip to content

Commit 6e01200

Browse files
committed
Merge branch 'fix-dockerfile'
2 parents 090d412 + c650327 commit 6e01200

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/images.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ jobs:
2727
matrix:
2828
app:
2929
- name: maps-tile-uploader
30+
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/riscv64
3031
- name: maps-tile-server
32+
platforms: linux/amd64,linux/arm64
3133
env:
3234
OUTPUTS_DIR: /tmp/outputs
3335

@@ -66,7 +68,7 @@ jobs:
6668
with:
6769
context: .
6870
file: build/docker/Dockerfile.${{ matrix.app.name }}
69-
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/riscv64
71+
platforms: ${{ matrix.app.platforms }}
7072
push: ${{ github.event_name != 'pull_request' }}
7173
tags: ${{ steps.meta.outputs.tags }}
7274
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)