Skip to content

Commit 6ee83d9

Browse files
committed
Excluding darwin/386 from release builds
1 parent a6af851 commit 6ee83d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

createRelease.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ rm -rf build dist && mkdir -p build dist
5151

5252
# Build
5353
GOARM=6 gox -ldflags "-s -w -X main.Version=${LATEST_TAG}" \
54-
-rebuild \
54+
-osarch '!darwin/386' -rebuild \
5555
-output "build/{{.Dir}}-${LATEST_TAG}-{{.OS}}-{{.Arch}}/${NAME}" \
5656
.
5757

0 commit comments

Comments
 (0)