Skip to content

Commit 0dde2ea

Browse files
committed
fix: try to define docker platform
1 parent bff6931 commit 0dde2ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
jobs:
1414
ci:
1515
name: Build & Test
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-24.04-arm
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v4
@@ -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)