mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-18 09:17:49 +08:00
Merge pull request #3042 from crazy-max/ci-bump-ubuntu
ci: bump to ubuntu-24.04
This commit is contained in:
commit
e23695d50d
6
.github/workflows/e2e.yml
vendored
6
.github/workflows/e2e.yml
vendored
@ -29,7 +29,7 @@ env:
|
|||||||
SETUP_BUILDX_VERSION: "edge"
|
SETUP_BUILDX_VERSION: "edge"
|
||||||
SETUP_BUILDKIT_IMAGE: "moby/buildkit:latest"
|
SETUP_BUILDKIT_IMAGE: "moby/buildkit:latest"
|
||||||
DESTDIR: "./bin"
|
DESTDIR: "./bin"
|
||||||
K3S_VERSION: "v1.21.2-k3s1"
|
K3S_VERSION: "v1.32.2+k3s1"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -65,7 +65,7 @@ jobs:
|
|||||||
retention-days: 7
|
retention-days: 7
|
||||||
|
|
||||||
driver:
|
driver:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-24.04
|
||||||
needs:
|
needs:
|
||||||
- build
|
- build
|
||||||
strategy:
|
strategy:
|
||||||
@ -153,7 +153,7 @@ jobs:
|
|||||||
-
|
-
|
||||||
name: Install k3s
|
name: Install k3s
|
||||||
if: matrix.driver == 'kubernetes'
|
if: matrix.driver == 'kubernetes'
|
||||||
uses: crazy-max/.github/.github/actions/install-k3s@fa6141aedf23596fb8bdcceab9cce8dadaa31bd9
|
uses: crazy-max/.github/.github/actions/install-k3s@7730d1434364d4b9aded32735b078a7ace5ea79a
|
||||||
with:
|
with:
|
||||||
version: ${{ env.K3S_VERSION }}
|
version: ${{ env.K3S_VERSION }}
|
||||||
-
|
-
|
||||||
|
Loading…
x
Reference in New Issue
Block a user