We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 705e2a0 commit b10753fCopy full SHA for b10753f
.github/workflows/cron.yml
@@ -67,7 +67,7 @@ jobs:
67
uses: docker/build-push-action@v6.6.1
68
with:
69
target: base
70
- platforms: linux/amd64,linux/arm64
+ platforms: linux/amd64,linux/arm64,darwin/arm64
71
push: true
72
tags: ${{ steps.meta_base.outputs.tags }}
73
labels: ${{ steps.meta_base.outputs.labels }}
0 commit comments