Skip to content

Commit a83c80a

Browse files
techknowlogicklafriks
authored andcommitted
Disable arm7 builds (#7037)
* Disable arm7 builds As arm6 works on arm7 platforms with no noticeable performance difference * 386
1 parent 844f9a4 commit a83c80a

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
@@ -335,7 +335,7 @@ release-linux:
335335
@hash xgo > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
336336
$(GO) get -u src.techknowlogick.com/xgo; \
337337
fi
338-
xgo -dest $(DIST)/binaries -tags 'netgo osusergo $(TAGS)' -ldflags '-linkmode external -extldflags "-static" $(LDFLAGS)' -targets 'linux/*' -out gitea-$(VERSION) .
338+
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) .
339339
ifeq ($(CI),drone)
340340
cp /build/* $(DIST)/binaries
341341
endif

0 commit comments

Comments
 (0)