tests: Disable x86 specific build.output tests for arm64

*-bios and various cloud output image types are not
supported on arm64. Use the automatic 'amd64' label
to disable them for arm64.

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer 2017-12-11 14:16:35 +00:00
parent 00d778cdba
commit a0676106a2
6 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
# SUMMARY: Check that iso-bios output format is generated
# LABELS:
# LABELS: amd64
set -e

View File

@ -1,6 +1,6 @@
#!/bin/sh
# SUMMARY: Check that gcp output format is generated
# LABELS:
# LABELS: amd64
set -e

View File

@ -1,6 +1,6 @@
#!/bin/sh
# SUMMARY: Check that raw output format is generated
# LABELS:
# LABELS: amd64
set -e

View File

@ -1,6 +1,6 @@
#!/bin/sh
# SUMMARY: Check that vmdk output format is generated
# LABELS:
# LABELS: amd64
set -e

View File

@ -1,6 +1,6 @@
#!/bin/sh
# SUMMARY: Check that raw output format is generated
# LABELS:
# LABELS: amd64
set -e

View File

@ -1,6 +1,6 @@
#!/bin/sh
# SUMMARY: Check that qcow2 output format is generated
# LABELS:
# LABELS: amd64
set -e