summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Forbes <tom@tomforb.es>2024-11-16 22:54:50 +0000
committerTom Forbes <tom@tomforb.es>2024-11-16 22:54:50 +0000
commitaf15df1a527a90adaee238edbe4610d3ced02c3f (patch)
treeefeaa90706208a40be843468aca423d08b752af0
parent2efd71b63c96fe7c6466b357d2f33b02cd3ca9f6 (diff)
Platforms, not targets...
-rw-r--r--.github/workflows/docker.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index 98c17cc..d729e84 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -58,7 +58,7 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
- target: |
+ platforms: |
linux/arm64
linux/amd64
linux/arm/v7