Skip to content
Snippets Groups Projects
Commit e75af8fd authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: array for target

parent 67c26bae
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ RUN declare -A target=( \
["linux/arm64"]="aarch64" \
) \
&& target=${target[${TARGETPLATFORM}]} \
&& spack config --scope site add "packages:all:target:${target}" \
&& spack config --scope site add "packages:all:target:[${target}]" \
&& spack config blame packages \
&& spack config --scope user add "config:suppress_gpg_warnings:true" \
&& spack config --scope user add "config:build_jobs:${jobs}" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment