Skip to content

Commit c7f3ad2

Browse files
Added u24
1 parent aba5254 commit c7f3ad2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/docker-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: true
2626
matrix:
27-
os: [ 'el7', 'el8', 'ol8', 'el9', 'd10','d11', 'd12', 'u18', 'u20', 'u22' ]
27+
os: [ 'el7', 'el8', 'ol8', 'el9', 'd10','d11', 'd12', 'u18', 'u20', 'u22', 'u24' ]
2828

2929
runs-on: ubuntu-latest
3030
permissions:
@@ -86,7 +86,7 @@ jobs:
8686
# https://github.com/docker/build-push-action
8787
- name: Build and push Docker multiarch images
8888
id: build-and-push-multiarch
89-
if: ${{ matrix.os == 'd10' || matrix.os == 'd11' || matrix.os == 'd12' || matrix.os == 'u18' || matrix.os == 'u20' || matrix.os == 'u22' }}
89+
if: ${{ matrix.os == 'd10' || matrix.os == 'd11' || matrix.os == 'd12' || matrix.os == 'u18' || matrix.os == 'u20' || matrix.os == 'u22' || matrix.os == 'u24' }}
9090
uses: docker/build-push-action@v3
9191
with:
9292
context: .

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ container using one of these images:
7272
| Debian | Debian | 10 | `ghcr.io/perfsonar/docker-oneshot-builder/d10:latest` |
7373
| Debian | Ubuntu | 18 | `ghcr.io/perfsonar/docker-oneshot-builder/u18:latest` |
7474
| Debian | Ubuntu | 20 | `ghcr.io/perfsonar/docker-oneshot-builder/u20:latest` |
75+
| Debian | Ubuntu | 22 | `ghcr.io/perfsonar/docker-oneshot-builder/u22:latest` |
76+
| Debian | Ubuntu | 24 | `ghcr.io/perfsonar/docker-oneshot-builder/u24:latest` |
7577

7678
Notes:
7779

0 commit comments

Comments
 (0)