Merge pull request #1468 from pi-hole/v6/tweak-tests

drop the `/v8` from `linux/arm64/v8`
This commit is contained in:
Adam Warner 2023-10-30 22:08:42 +00:00 committed by GitHub
commit 5b7fd46af6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
registry: [dockerhub, ghcr]
platform: [linux/amd64, linux/386, linux/arm/v6, linux/arm/v7, linux/arm64/v8]
platform: [linux/amd64, linux/386, linux/arm/v6, linux/arm/v7, linux/arm64]
container: [3.18]
include:
- registry: dockerhub

View File

@ -11,7 +11,7 @@ jobs:
# 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
# Is testing on all platforms really necessary?
platform: [linux/amd64, linux/arm64/v8]
platform: [linux/amd64, linux/arm64]
steps:
- name: Checkout Repo
uses: actions/checkout@v4