We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4adcf6 commit 889f97dCopy full SHA for 889f97d
components/core/tools/docker-images/clp-env-base-musllinux_1_2-aarch64/build.sh
@@ -9,7 +9,7 @@ component_root="${script_dir}/../../../"
9
build_cmd=(
10
docker buildx build
11
--platform linux/arm64
12
- --tag clp-core-dependencies-arm64-musllinux_1_2:dev
+ --tag clp-core-dependencies-aarch64-musllinux_1_2:dev
13
"$component_root"
14
--file "${script_dir}/Dockerfile"
15
--load
0 commit comments