Skip to content

Commit cab6ff8

Browse files
committed
try running on an arm runner
1 parent e1f7fca commit cab6ff8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-publish-containers.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ permissions: read-all
2525
jobs:
2626
build_and_publish:
2727
name: Build and publish image
28-
runs-on: self-hosted
28+
#runs-on: self-hosted
29+
runs-on: ubuntu-24.04-arm
2930
timeout-minutes: 720
3031
permissions:
3132
packages: write

0 commit comments

Comments
 (0)