Skip to content

Commit ca5eabc

Browse files
fix: try arm64 runner (#394)
1 parent 4a3176b commit ca5eabc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_containers.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
# Push image to GitHub Packages.
1313
docker:
14-
runs-on: ubuntu-24.04
14+
runs-on: ubuntu-24.04-arm
1515
permissions:
1616
contents: read
1717
packages: write

0 commit comments

Comments
 (0)