mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
build: skip compat/utils images for riscv64 architecture
This commit is contained in:
@@ -14,7 +14,10 @@ else
|
|||||||
DOCKER_PLATFORM="linux/$ARCH"
|
DOCKER_PLATFORM="linux/$ARCH"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
IMAGES=("start9/compat:latest" "start9/utils:latest" "tonistiigi/binfmt:latest")
|
IMAGES=("tonistiigi/binfmt:latest")
|
||||||
|
if [ "$ARCH" != "riscv64" ]; then
|
||||||
|
IMAGES=("start9/compat:latest" "start9/utils:latest" "${IMAGES[@]}")
|
||||||
|
fi
|
||||||
|
|
||||||
mkdir -p "$DESTDIR"
|
mkdir -p "$DESTDIR"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user