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

feat: arch=x86_64_v3 minimum for vectorization

parent 5121293a
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ SHELL ["docker-shell"] ...@@ -45,7 +45,7 @@ SHELL ["docker-shell"]
ARG jobs=64 ARG jobs=64
RUN declare -A arch=( \ RUN declare -A arch=( \
["linux/amd64"]="x86_64" \ ["linux/amd64"]="x86_64_v3" \
["linux/arm64"]="aarch64" \ ["linux/arm64"]="aarch64" \
) \ ) \
&& arch=${arch[${TARGETPLATFORM}]} \ && arch=${arch[${TARGETPLATFORM}]} \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment