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:
Rolf Neugebauer 2017-12-11 14:31:10 +00:00
parent bf77f64e3c
commit 851b4b875e
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# SUMMARY: Test the docker example # SUMMARY: Test the docker example
# LABELS: # LABELS: amd64
set -e set -e

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# SUMMARY: Test the tpm example # SUMMARY: Test the tpm example
# LABELS: # LABELS: amd64
set -e set -e

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# SUMMARY: Test the wireguard example # SUMMARY: Test the wireguard example
# LABELS: # LABELS: amd64
set -e set -e

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# SUMMARY: Test the Docker for Mac blueprint # SUMMARY: Test the Docker for Mac blueprint
# LABELS: # LABELS: amd64
set -e set -e