Skip to content

Commit 53f3e8b

Browse files
committed
try to build arm image on arm host
1 parent 7eb06a7 commit 53f3e8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ env:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-latest-arm
1212
strategy:
1313
matrix:
14-
tag: [alpine-amd64, alpine-i386]
14+
tag: [alpine-arm64]
1515
permissions:
1616
contents: read
1717
packages: write

0 commit comments

Comments
 (0)