mirror of
https://github.com/kairos-io/provider-rke2.git
synced 2025-09-17 07:18:49 +00:00
Adding ubuntu image support for RKE
This commit is contained in:
3
.github/workflows/pull_request.yaml
vendored
3
.github/workflows/pull_request.yaml
vendored
@@ -27,6 +27,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
base-image:
|
base-image:
|
||||||
- quay.io/c3os/core-opensuse:latest
|
- quay.io/c3os/core-opensuse:latest
|
||||||
|
- quay.io/c3os/core-ubuntu:latest
|
||||||
rke2-version:
|
rke2-version:
|
||||||
- v1.24.3+rke2r1
|
- v1.24.3+rke2r1
|
||||||
- v1.23.9+rke2r1
|
- v1.23.9+rke2r1
|
||||||
@@ -40,4 +41,4 @@ jobs:
|
|||||||
- uses: earthly/actions-setup@v1
|
- uses: earthly/actions-setup@v1
|
||||||
with:
|
with:
|
||||||
version: "latest"
|
version: "latest"
|
||||||
- run: earthly --ci --platform=${{ matrix.platform }} +docker --RKE2_VERSION=${{ matrix.rke2-version }} --BASE_IMAGE=${{ matrix.base-image }}
|
- run: earthly --ci --platform=${{ matrix.platform }} +docker --RKE2_VERSION=${{ matrix.rke2-version }} --BASE_IMAGE=${{ matrix.base-image }}
|
||||||
|
Reference in New Issue
Block a user