There was an error while loading. Please reload this page.
1 parent 4404503 commit b035451Copy full SHA for b035451
2 files changed
.github/workflows/build-manual.yml
@@ -120,7 +120,7 @@ jobs:
120
run: |
121
files_count="$(ls -1q awl/build/ | wc -l)"
122
echo "built $files_count files"
123
- if [ "$files_count" != "17" ]; then
+ if [ "$files_count" != "19" ]; then
124
echo "::error::Files count mismatch"
125
exit 1
126
fi
build.sh
@@ -81,7 +81,7 @@ gobuild-macos() {
81
# build for windows OS
82
gobuild-windows() {
83
name="$1"
84
- for arch in 386 amd64; do
+ for arch in 386 amd64 arm64; do
85
install-wintun "$arch"
86
archive_name="$name-windows-$arch-$VERSION.zip"
87
filename="$name.exe"
0 commit comments