File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -30,17 +30,23 @@ jobs:
30
30
if : |
31
31
(github.event_name == 'push' && github.repository == 'pi-hole/docker-base-images') ||
32
32
(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository)
33
- runs-on : ubuntu-latest
34
33
strategy :
35
34
fail-fast : false
36
35
matrix :
37
36
include :
38
37
- platform : linux/amd64
38
+ runner : ubuntu-24.04
39
39
- platform : linux/386
40
+ runner : ubuntu-24.04
40
41
- platform : linux/arm/v6
42
+ runner : ubuntu-24.04-arm
41
43
- platform : linux/arm/v7
44
+ runner : ubuntu-24.04-arm
42
45
- platform : linux/arm64/v8
46
+ runner : ubuntu-24.04-arm
43
47
- platform : linux/riscv64
48
+ runner : ubuntu-24.04
49
+ runs-on : ${{ matrix.runner }}
44
50
steps :
45
51
-
46
52
name : Prepare name for digest up/download
You can’t perform that action at this time.
0 commit comments