mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 11:00:25 +00:00
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:
parent
00d778cdba
commit
a0676106a2
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
# SUMMARY: Check that iso-bios output format is generated
|
||||
# LABELS:
|
||||
# LABELS: amd64
|
||||
|
||||
set -e
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
# SUMMARY: Check that gcp output format is generated
|
||||
# LABELS:
|
||||
# LABELS: amd64
|
||||
|
||||
set -e
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
# SUMMARY: Check that raw output format is generated
|
||||
# LABELS:
|
||||
# LABELS: amd64
|
||||
|
||||
set -e
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
# SUMMARY: Check that vmdk output format is generated
|
||||
# LABELS:
|
||||
# LABELS: amd64
|
||||
|
||||
set -e
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
# SUMMARY: Check that raw output format is generated
|
||||
# LABELS:
|
||||
# LABELS: amd64
|
||||
|
||||
set -e
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
# SUMMARY: Check that qcow2 output format is generated
|
||||
# LABELS:
|
||||
# LABELS: amd64
|
||||
|
||||
set -e
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user