File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ permissions:
2222jobs :
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.
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' }}
You can’t perform that action at this time.
0 commit comments