diff options
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ set -e hugo # Build comments app -pushd zig-comments +pushd comments if [ $(uname -m) != "aarch64" ] then echo "must build on aarch64 for now" |