Skip to content

Commit

Permalink
Added u24
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeit-internet2 committed Apr 26, 2024
1 parent aba5254 commit c7f3ad2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ 'el7', 'el8', 'ol8', 'el9', 'd10','d11', 'd12', 'u18', 'u20', 'u22' ]
os: [ 'el7', 'el8', 'ol8', 'el9', 'd10','d11', 'd12', 'u18', 'u20', 'u22', 'u24' ]

runs-on: ubuntu-latest
permissions:
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and push Docker multiarch images
id: build-and-push-multiarch
if: ${{ matrix.os == 'd10' || matrix.os == 'd11' || matrix.os == 'd12' || matrix.os == 'u18' || matrix.os == 'u20' || matrix.os == 'u22' }}
if: ${{ matrix.os == 'd10' || matrix.os == 'd11' || matrix.os == 'd12' || matrix.os == 'u18' || matrix.os == 'u20' || matrix.os == 'u22' || matrix.os == 'u24' }}
uses: docker/build-push-action@v3
with:
context: .
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ container using one of these images:
| Debian | Debian | 10 | `ghcr.io/perfsonar/docker-oneshot-builder/d10:latest` |
| Debian | Ubuntu | 18 | `ghcr.io/perfsonar/docker-oneshot-builder/u18:latest` |
| Debian | Ubuntu | 20 | `ghcr.io/perfsonar/docker-oneshot-builder/u20:latest` |
| Debian | Ubuntu | 22 | `ghcr.io/perfsonar/docker-oneshot-builder/u22:latest` |
| Debian | Ubuntu | 24 | `ghcr.io/perfsonar/docker-oneshot-builder/u24:latest` |

Notes:

Expand Down

0 comments on commit c7f3ad2

Please sign in to comment.