File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2222 docker-ubuntu-arm :
2323 # Ensure this job never runs on forked repos. It's only executed for 'grokability/snipe-it'
2424 if : github.repository == 'grokability/snipe-it'
25- runs-on : ubuntu-latest
25+ runs-on : ubuntu-24.04-arm
2626 env :
2727 # Define tags to use for Docker images based on Git tags/branches (for docker/metadata-action)
2828 # For a new commit on default branch (master), use the literal tag 'latest' on Docker image.
8787 docker-alpine-arm :
8888 # Ensure this job never runs on forked repos. It's only executed for 'grokability/snipe-it'
8989 if : github.repository == 'grokability/snipe-it'
90- runs-on : ubuntu-latest
90+ runs-on : ubuntu-24.04-arm
9191 env :
9292 # Define tags to use for Docker images based on Git tags/branches (for docker/metadata-action)
9393 # For a new commit on default branch (master), use the literal tag 'latest' on Docker image.
You can’t perform that action at this time.
0 commit comments