mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 18:11:35 +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
|
#!/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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user