Skip to content

Commit 4f2f08b

Browse files
deprecate building for mips (#14174)
Co-authored-by: zeripath <[email protected]>
1 parent c9b9b46 commit 4f2f08b

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
@@ -584,7 +584,7 @@ release-linux: | $(DIST_DIRS)
584584
@hash xgo > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
585585
GO111MODULE=off $(GO) get -u src.techknowlogick.com/xgo; \
586586
fi
587-
CGO_CFLAGS="$(CGO_CFLAGS)" GO111MODULE=off xgo -go $(XGO_VERSION) -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) .
587+
CGO_CFLAGS="$(CGO_CFLAGS)" GO111MODULE=off xgo -go $(XGO_VERSION) -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' -out gitea-$(VERSION) .
588588
ifeq ($(CI),drone)
589589
cp /build/* $(DIST)/binaries
590590
endif

0 commit comments

Comments
 (0)