Skip to content

Commit

Permalink
CI: add missing arm tag
Browse files Browse the repository at this point in the history
  • Loading branch information
junghans authored Feb 18, 2025
1 parent 29c415d commit fff49d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- {dockerfile: 'fedora', tag: 'latest-amd64'}
- {dockerfile: 'fedora', tag: 'latest-arm64', arm: 'true'}
- {dockerfile: 'fedora', tag: 'rawhide-amd64', build_args: 'TAG=rawhide', continue-on-error: 'true'}
- {dockerfile: 'fedora', tag: 'rawhide-arm64', build_args: 'TAG=rawhide', continue-on-error: 'true'}
- {dockerfile: 'fedora', tag: 'rawhide-arm64', build_args: 'TAG=rawhide', continue-on-error: 'true', arm: 'true'}
- {dockerfile: 'ubuntu', tag: 'latest-amd64'}
- {dockerfile: 'ubuntu', tag: 'latest-arm64', arm: 'true'}
- {dockerfile: 'ubuntu', tag: 'rolling', build_args: 'TAG=rolling'}
Expand Down

0 comments on commit fff49d1

Please sign in to comment.