|
@@ -19,7 +19,7 @@ on:
|
|
|
|
|
|
jobs:
|
|
jobs:
|
|
prepare:
|
|
prepare:
|
|
- runs-on: ubuntu-22.04
|
|
|
|
|
|
+ runs-on: ubuntu-24.04
|
|
outputs:
|
|
outputs:
|
|
matrix: ${{ steps.platforms.outputs.matrix }}
|
|
matrix: ${{ steps.platforms.outputs.matrix }}
|
|
steps:
|
|
steps:
|
|
@@ -37,7 +37,7 @@ jobs:
|
|
echo ${{ steps.platforms.outputs.matrix }}
|
|
echo ${{ steps.platforms.outputs.matrix }}
|
|
|
|
|
|
build:
|
|
build:
|
|
- runs-on: ubuntu-22.04
|
|
|
|
|
|
+ runs-on: ubuntu-24.04
|
|
needs:
|
|
needs:
|
|
- prepare
|
|
- prepare
|
|
strategy:
|
|
strategy:
|
|
@@ -90,7 +90,7 @@ jobs:
|
|
if-no-files-found: error
|
|
if-no-files-found: error
|
|
|
|
|
|
bin-image:
|
|
bin-image:
|
|
- runs-on: ubuntu-22.04
|
|
|
|
|
|
+ runs-on: ubuntu-24.04
|
|
if: ${{ github.event_name != 'pull_request' && github.repository == 'docker/cli' }}
|
|
if: ${{ github.event_name != 'pull_request' && github.repository == 'docker/cli' }}
|
|
steps:
|
|
steps:
|
|
-
|
|
-
|
|
@@ -134,7 +134,7 @@ jobs:
|
|
*.cache-to=type=gha,scope=bin-image,mode=max
|
|
*.cache-to=type=gha,scope=bin-image,mode=max
|
|
|
|
|
|
prepare-plugins:
|
|
prepare-plugins:
|
|
- runs-on: ubuntu-22.04
|
|
|
|
|
|
+ runs-on: ubuntu-24.04
|
|
outputs:
|
|
outputs:
|
|
matrix: ${{ steps.platforms.outputs.matrix }}
|
|
matrix: ${{ steps.platforms.outputs.matrix }}
|
|
steps:
|
|
steps:
|
|
@@ -152,7 +152,7 @@ jobs:
|
|
echo ${{ steps.platforms.outputs.matrix }}
|
|
echo ${{ steps.platforms.outputs.matrix }}
|
|
|
|
|
|
plugins:
|
|
plugins:
|
|
- runs-on: ubuntu-22.04
|
|
|
|
|
|
+ runs-on: ubuntu-24.04
|
|
needs:
|
|
needs:
|
|
- prepare-plugins
|
|
- prepare-plugins
|
|
strategy:
|
|
strategy:
|