mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 01:59:07 +00:00
tests: Disable tests for x86 specific examples/blueprints
- docker: Disabled because we don't have arm64 dind images - tpm: The tss package is not compiled for arm64 - wireguard: This uses nginx:alpine which is not yet multi-arch - docker_for_mac: Is x86 specific Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
bf77f64e3c
commit
851b4b875e
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
# SUMMARY: Test the docker example
|
||||
# LABELS:
|
||||
# LABELS: amd64
|
||||
|
||||
set -e
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
# SUMMARY: Test the tpm example
|
||||
# LABELS:
|
||||
# LABELS: amd64
|
||||
|
||||
set -e
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
# SUMMARY: Test the wireguard example
|
||||
# LABELS:
|
||||
# LABELS: amd64
|
||||
|
||||
set -e
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
# SUMMARY: Test the Docker for Mac blueprint
|
||||
# LABELS:
|
||||
# LABELS: amd64
|
||||
|
||||
set -e
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user