mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2025-12-24 12:28:56 +00:00
Disbale arm64 testing for the time being
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
4
.github/workflows/build-and-test.yml
vendored
4
.github/workflows/build-and-test.yml
vendored
@@ -11,7 +11,9 @@ jobs:
|
|||||||
# Official docker images for docker are only available for amd64 and arm64
|
# Official docker images for docker are only available for amd64 and arm64
|
||||||
# TODO: Look at: https://github.com/docker-library/official-images#architectures-other-than-amd64
|
# TODO: Look at: https://github.com/docker-library/official-images#architectures-other-than-amd64
|
||||||
# Is testing on all platforms really necessary?
|
# Is testing on all platforms really necessary?
|
||||||
platform: [linux/amd64, linux/arm64]
|
# Disabled arm64 tests for the time being, something is wrong with the test config and the volumes are getting shared between the test containers on different architectures
|
||||||
|
#platform: [linux/amd64, linux/arm64]
|
||||||
|
platform: [linux/amd64]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repo
|
- name: Checkout Repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user