File tree Expand file tree Collapse file tree 7 files changed +16
-16
lines changed Expand file tree Collapse file tree 7 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 33
33
34
34
jobs :
35
35
prepare :
36
- runs-on : ubuntu-22 .04
36
+ runs-on : ubuntu-24 .04
37
37
outputs :
38
38
pkgs : ${{ steps.set.outputs.pkgs }}
39
39
kinds : ${{ steps.set.outputs.kinds }}
97
97
*.cache-to=type=gha,scope=${{ inputs.cache_scope }}
98
98
99
99
run :
100
- runs-on : ubuntu-22 .04
100
+ runs-on : ubuntu-24 .04
101
101
needs :
102
102
- prepare
103
103
env :
Original file line number Diff line number Diff line change 30
30
31
31
jobs :
32
32
prepare :
33
- runs-on : ubuntu-22 .04
33
+ runs-on : ubuntu-24 .04
34
34
outputs :
35
35
tag : ${{ steps.prep.outputs.tag }}
36
36
push : ${{ steps.prep.outputs.push }}
66
66
echo "platforms=$platforms" >>${GITHUB_OUTPUT}
67
67
68
68
binaries :
69
- runs-on : ubuntu-22 .04
69
+ runs-on : ubuntu-24 .04
70
70
needs :
71
71
- prepare
72
72
strategy :
@@ -143,7 +143,7 @@ jobs:
143
143
typ: integration
144
144
145
145
image :
146
- runs-on : ubuntu-22 .04
146
+ runs-on : ubuntu-24 .04
147
147
needs :
148
148
- prepare
149
149
- test
@@ -188,7 +188,7 @@ jobs:
188
188
CACHE_TO : type=gha,scope=image${{ matrix.target-stage }}
189
189
190
190
release :
191
- runs-on : ubuntu-22 .04
191
+ runs-on : ubuntu-24 .04
192
192
needs :
193
193
- prepare
194
194
- test
Original file line number Diff line number Diff line change 35
35
36
36
jobs :
37
37
create :
38
- runs-on : ubuntu-22 .04
38
+ runs-on : ubuntu-24 .04
39
39
strategy :
40
40
fail-fast : false
41
41
matrix :
Original file line number Diff line number Diff line change 16
16
17
17
jobs :
18
18
prepare :
19
- runs-on : ubuntu-22 .04
19
+ runs-on : ubuntu-24 .04
20
20
steps :
21
21
-
22
22
name : Prepare
71
71
retention-days : 1
72
72
73
73
test :
74
- runs-on : ubuntu-22 .04
74
+ runs-on : ubuntu-24 .04
75
75
needs :
76
76
- prepare
77
77
strategy :
Original file line number Diff line number Diff line change 38
38
codecov_flags : dockerfile-frontend
39
39
40
40
prepare :
41
- runs-on : ubuntu-22 .04
41
+ runs-on : ubuntu-24 .04
42
42
if : github.event_name != 'schedule'
43
43
outputs :
44
44
typ : ${{ steps.prep.outputs.typ }}
75
75
fi
76
76
77
77
image :
78
- runs-on : ubuntu-22 .04
78
+ runs-on : ubuntu-24 .04
79
79
needs :
80
80
- test
81
81
- prepare
@@ -125,7 +125,7 @@ jobs:
125
125
CACHE_TO : type=gha,scope=${{ env.CACHE_SCOPE }}
126
126
127
127
release :
128
- runs-on : ubuntu-22 .04
128
+ runs-on : ubuntu-24 .04
129
129
if : startsWith(github.ref, 'refs/tags/dockerfile')
130
130
needs :
131
131
- prepare
Original file line number Diff line number Diff line change 24
24
25
25
jobs :
26
26
build :
27
- runs-on : ubuntu-22 .04
27
+ runs-on : ubuntu-24 .04
28
28
strategy :
29
29
fail-fast : false
30
30
matrix :
Original file line number Diff line number Diff line change 21
21
22
22
jobs :
23
23
prepare :
24
- runs-on : ubuntu-22 .04
24
+ runs-on : ubuntu-24 .04
25
25
outputs :
26
26
targets : ${{ steps.targets.outputs.matrix }}
27
27
steps :
35
35
echo "matrix=$(docker buildx bake validate --print | jq -cr '.target | keys')" >> $GITHUB_OUTPUT
36
36
37
37
validate :
38
- runs-on : ubuntu-22 .04
38
+ runs-on : ubuntu-24 .04
39
39
needs :
40
40
- prepare
41
41
strategy :
66
66
targets : ${{ matrix.target }}
67
67
68
68
archutil-arm64 :
69
- runs-on : ubuntu-22 .04
69
+ runs-on : ubuntu-24 .04
70
70
# TODO: enable when binutils-loongarch64-linux-gnu pkg is available for aarch64 arch
71
71
# https://github.com/moby/buildkit/pull/4392#issuecomment-1938223235
72
72
if : false
You can’t perform that action at this time.
0 commit comments