mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-07 09:51:09 +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:
@@ -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
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user