Skip to content

Commit ccfc09f

Browse files
author
Jeremy Price
committed
use arm worker node instead of emulating
1 parent 9c2f872 commit ccfc09f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ permissions:
2222
jobs:
2323
docker:
2424
# Ensure this job never runs on forked repos. It's only executed for 'jerm/snipe-it'
25-
if: github.repository == 'jerm/jerm-it'
26-
runs-on: ubuntu-latest
25+
if: github.repository == 'grokability/jerm-it'
26+
runs-on: ubuntu-24.04-arm
2727
env:
2828
# Define tags to use for Docker images based on Git tags/branches (for docker/metadata-action)
2929
# For a new commit on default branch (master), use the literal tag 'latest' on Docker image.
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
context: .
8080
file: ./Dockerfile
81-
platforms: linux/amd64,linux/arm64
81+
platforms: linux/arm64
8282
# For pull requests, we run the Docker build (to ensure no PR changes break the build),
8383
# but we ONLY do an image push to DockerHub if it's NOT a PR
8484
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)