Skip to content

Commit b147d46

Browse files
committed
chore: use github hosted arm runner
Signed-off-by: Zhiqiang ZHOU <im@strrl.dev>
1 parent f631cb2 commit b147d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload_image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
arch: [amd64, arm64]
12-
runs-on: ${{ fromJson('{"amd64":"ubuntu-latest", "arm64":["self-hosted", "Linux", "ARM64"]}')[matrix.arch] }}
12+
runs-on: ${{ fromJSON('{"amd64":"ubuntu-22.04", "arm64":"github-arm64-2c-8gb"}')[matrix.arch] }}
1313
outputs:
1414
image_tag: ${{ steps.image_tag.outputs.image_tag }}
1515
steps:

0 commit comments

Comments
 (0)