mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 20:24:31 +00:00
ci: skip s390x for dragonball.
Currently, Dragonball only supports x86_64 and aarch64 platforms. Fixes: #4381 Signed-off-by: wllenyj <wllenyj@linux.alibaba.com>
This commit is contained in:
parent
7aacba0abc
commit
6a64fb0eb3
@ -2,6 +2,14 @@
|
||||
# Copyright (c) 2019-2022 Ant Group. All rights reserved.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
include ../../utils.mk
|
||||
|
||||
ifeq ($(ARCH), s390x)
|
||||
default build check test clippy:
|
||||
@echo "s390x not support currently"
|
||||
exit 0
|
||||
else
|
||||
|
||||
default: build
|
||||
|
||||
build:
|
||||
@ -27,3 +35,5 @@ clean:
|
||||
|
||||
test:
|
||||
@echo "INFO: skip testing dragonball"
|
||||
|
||||
endif # ifeq ($(ARCH), s390x)
|
||||
|
Loading…
Reference in New Issue
Block a user