Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.

Commit cd13d32

Browse files
committed
Fixed ARM builds
1 parent 0802efe commit cd13d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ done
4949
for GOOS in linux; do
5050
for GOARCH in arm arm64; do
5151
echo "Building BookBrowser $APP_VERSION for $GOOS $GOARCH"
52-
GOOS=$GOOS GOARCH=$GOOARCH go build -ldflags "-X main.curversion=$APP_VERSION" -o "build/BookBrowser-$GOOS-$(echo $GOARCH|sed 's/arm/-arm-32bit/g'|sed 's/arm64/-arm-64bit/g')$(echo $GOOS|sed 's/linux//g')"
52+
GOOS=$GOOS GOARCH=$GOARCH go build -ldflags "-X main.curversion=$APP_VERSION" -o "build/BookBrowser-$GOOS-$GOARCH"
5353
done
5454
done
5555

0 commit comments

Comments
 (0)