mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2025-12-20 02:18:51 +00:00
add 386 and riscv64 to test action
Signed-off-by: LizenzFass78851 <82592556+LizenzFass78851@users.noreply.github.com> Signed-off-by: yubiuser <github@yubiuser.dev>
This commit is contained in:
committed by
yubiuser
parent
7bff173aa0
commit
6cd867df85
6
.github/workflows/build-and-test.yml
vendored
6
.github/workflows/build-and-test.yml
vendored
@@ -8,17 +8,19 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
# Not testing i386 and RISCV
|
||||
# Currently there are no docker-cli images for these architectures
|
||||
include:
|
||||
- platform: linux/amd64
|
||||
runner: ubuntu-latest
|
||||
- platform: linux/386
|
||||
runner: ubuntu-latest
|
||||
- platform: linux/arm/v6
|
||||
runner: ubuntu-24.04-arm
|
||||
- platform: linux/arm/v7
|
||||
runner: ubuntu-24.04-arm
|
||||
- platform: linux/arm64
|
||||
runner: ubuntu-24.04-arm
|
||||
- platform: linux/riscv64
|
||||
runner: ubuntu-24.04-arm
|
||||
steps:
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user