Skip to content

Commit 2aaba8a

Browse files
committed
fix: try to define docker platform
1 parent bff6931 commit 2aaba8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
context: .
3737
push: false
3838
provenance: false
39+
platforms: linux/arm64
3940
build-args: |
4041
SOURCE_DATE_EPOCH=0
4142
cache-from: type=registry,ref=ghcr.io/${{ github.repository }}/cache:main
@@ -49,6 +50,7 @@ jobs:
4950
context: .
5051
push: false
5152
provenance: false
53+
platforms: linux/arm64
5254
build-args: |
5355
SOURCE_DATE_EPOCH=0
5456
cache-from: type=registry,ref=ghcr.io/${{ github.repository }}/cache:main

0 commit comments

Comments
 (0)