Skip to content
Snippets Groups Projects

feat: target=x86_64_v2 minimum for (some) vectorization

Merged Wouter Deconinck requested to merge arch-x86_64_v3 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -45,7 +45,7 @@ SHELL ["docker-shell"]
ARG jobs=64
RUN declare -A target=( \
["linux/amd64"]="x86_64" \
["linux/amd64"]="x86_64_v3" \
["linux/arm64"]="aarch64" \
) \
&& target=${target[${TARGETPLATFORM}]} \
Loading