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