We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58f83ac commit e5e97f2Copy full SHA for e5e97f2
1 file changed
.github/workflows/ftl-build.yml
@@ -30,17 +30,23 @@ jobs:
30
if: |
31
(github.event_name == 'push' && github.repository == 'pi-hole/docker-base-images') ||
32
(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository)
33
- runs-on: ubuntu-latest
34
strategy:
35
fail-fast: false
36
matrix:
37
include:
38
- platform: linux/amd64
+ runner: ubuntu-24.04
39
- platform: linux/386
40
41
- platform: linux/arm/v6
42
+ runner: ubuntu-24.04-arm
43
- platform: linux/arm/v7
44
45
- platform: linux/arm64/v8
46
47
- platform: linux/riscv64
48
49
+ runs-on: ${{ matrix.runner }}
50
steps:
51
-
52
name: Prepare name for digest up/download
0 commit comments