File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# jerm-IT Docker image build for hub.docker.com
2- name : Docker ARM Ubuntu image
2+ name : Docker ARM Image (Ubuntu)
33
44# Run this Build for all pushes to 'master' or develop branch, or tagged releases.
55# Also run for PRs to ensure PR doesn't break Docker build process
2323 docker :
2424 # Ensure this job never runs on forked repos. It's only executed for 'jerm/snipe-it'
2525 if : github.repository == 'grokability/jerm-it'
26- runs-on : ubuntu-latest -arm
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.
Original file line number Diff line number Diff line change 11# jerm-IT Docker image build for hub.docker.com
2- name : Docker Inel/AMD ubuntu image
2+ name : Docker Inel/AMD Image (Ubuntu)
33
44# Run this Build for all pushes to 'master' or develop branch, or tagged releases.
55# Also run for PRs to ensure PR doesn't break Docker build process
You can’t perform that action at this time.
0 commit comments