aboutsummaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
authorMartin Ashby <martin@ashbysoft.com>2023-08-28 21:01:45 +0100
committerMartin Ashby <martin@ashbysoft.com>2023-08-28 21:01:45 +0100
commitee968254708395548f62f5d427489ab15fbf5528 (patch)
tree46f48722c54a3f472f5911bbe3596bb8f569b16a /deploy.sh
parent9075971696cae25228779e9deb9dba113b3d1b43 (diff)
downloadmfashby.net-ee968254708395548f62f5d427489ab15fbf5528.tar.gz
mfashby.net-ee968254708395548f62f5d427489ab15fbf5528.tar.bz2
mfashby.net-ee968254708395548f62f5d427489ab15fbf5528.tar.xz
mfashby.net-ee968254708395548f62f5d427489ab15fbf5528.zip
Add env example in caddyfile
Use baseline CPU. Raspberry pi doesn't have some SHA extensions that pinebook pro does, which caused illegal instruction errors trying to send mail over TLS.
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh
index 55b9dc6..60efc13 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -12,7 +12,7 @@ then
echo "must build on aarch64 for now"
exit
fi
-zig build -Doptimize=ReleaseSafe
+zig build -Doptimize=ReleaseSafe -Dcpu=baseline
popd
# TODO update caddy with offline message while site being updated