Skip to content

Commit 6902c14

Browse files
authored
Update release.yml (#121)
* Update release.yml * Update cron.yml
1 parent 64c4dfc commit 6902c14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
uses: docker/build-push-action@v6.6.1
6868
with:
6969
target: base
70-
platforms: linux/amd64,linux/arm64
70+
platforms: linux/amd64,linux/arm64,darwin/arm64
7171
push: true
7272
tags: ${{ steps.meta_base.outputs.tags }}
7373
labels: ${{ steps.meta_base.outputs.labels }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
uses: docker/build-push-action@v6.6.1
7373
with:
7474
target: base
75-
platforms: linux/amd64,linux/arm64
75+
platforms: linux/amd64,linux/arm64,darwin/arm64
7676
push: true
7777
tags: ${{ steps.meta_base.outputs.tags }}
7878
labels: ${{ steps.meta_base.outputs.labels }}

0 commit comments

Comments
 (0)