Skip to content

Commit 706d85b

Browse files
techknowlogickzeripath
authored andcommitted
Disable arm7 builds (#7037) (#7042)
1 parent 75e491c commit 706d85b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ release-linux:
336336
@hash xgo > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
337337
$(GO) get -u src.techknowlogick.com/xgo; \
338338
fi
339-
xgo -dest $(DIST)/binaries -tags 'netgo osusergo $(TAGS)' -ldflags '-linkmode external -extldflags "-static" $(LDFLAGS)' -targets 'linux/*' -out gitea-$(VERSION) .
339+
xgo -dest $(DIST)/binaries -tags 'netgo osusergo $(TAGS)' -ldflags '-linkmode external -extldflags "-static" $(LDFLAGS)' -targets 'linux/amd64,linux/386,linux/arm-5,linux/arm-6,linux/arm64,linux/mips64le,linux/mips,linux/mipsle' -out gitea-$(VERSION) .
340340
ifeq ($(CI),drone)
341341
cp /build/* $(DIST)/binaries
342342
endif

0 commit comments

Comments
 (0)