Skip to content

Commit

Permalink
update the ci workflow to build the ubi base image as well
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-kucing committed Dec 5, 2024
1 parent d7c1362 commit 0cff9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
architecture: ["arm64", "amd64"]
image: ["wolfi-base", "wolfi-py3.12-slim", "rocky9.2-slim", "rocky9.2-cpu", "rocky9.2-gpu"]
image: ["wolfi-base", "wolfi-py3.12-slim", "rocky9.2-slim", "rocky9.2-cpu", "rocky9.2-gpu", "ubi9.4"]
runs-on: ubuntu-latest-m
needs: [set-short-sha]
env:
Expand Down

0 comments on commit 0cff9f4

Please sign in to comment.