Skip to content

Commit

Permalink
build: -dev portable=x86-64
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Dec 13, 2024
1 parent 17e3324 commit 3943a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ if [[ "$TARGETARCH" == "amd64" ]] ; then
else
echo "export CFLAGS=-march=x86-64" >> /root/env
echo "export CXXFLAGS=-march=x86-64" >> /root/env
echo "PORTABLE=1" >> /root/env
echo "PORTABLE=x86-64" >> /root/env
fi
else
echo "PORTABLE=1" >> /root/env
Expand Down

0 comments on commit 3943a2c

Please sign in to comment.