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 64c4dfc commit 6902c14Copy full SHA for 6902c14
.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 }}
.github/workflows/release.yml
@@ -72,7 +72,7 @@ jobs:
74
75
76
77
78
0 commit comments