mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2025-12-20 02:18:51 +00:00
re-enable arm as part of testing
This commit is contained in:
@@ -9,7 +9,7 @@ run_local = testinfra.get_backend(
|
|||||||
@pytest.mark.parametrize("upstream,image,tag", [
|
@pytest.mark.parametrize("upstream,image,tag", [
|
||||||
( 'alpine:edge', 'alpine.docker', 'diginc/pi-hole:alpine' ),
|
( 'alpine:edge', 'alpine.docker', 'diginc/pi-hole:alpine' ),
|
||||||
( 'debian:jessie', 'debian.docker', 'diginc/pi-hole:debian' ),
|
( 'debian:jessie', 'debian.docker', 'diginc/pi-hole:debian' ),
|
||||||
#( 'jsurf/rpi-raspbian', 'debian-armhf.docker', 'diginc/pi-hole:arm' ),
|
( 'jsurf/rpi-raspbian', 'debian-armhf.docker', 'diginc/pi-hole:arm' ),
|
||||||
])
|
])
|
||||||
def test_build_pihole_image(upstream, image, tag):
|
def test_build_pihole_image(upstream, image, tag):
|
||||||
run_local('docker pull {}'.format(upstream))
|
run_local('docker pull {}'.format(upstream))
|
||||||
|
|||||||
Reference in New Issue
Block a user