Skip to content

Commit 54d3193

Browse files
author
Jeremy Price
committed
run arm builds on arm
1 parent 8349065 commit 54d3193

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-arm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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.
@@ -87,7 +87,7 @@ jobs:
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.

0 commit comments

Comments
 (0)