mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-29 16:31:20 -05:00
Merge pull request #5026 from dragonchaser/remove-windows-from-build
remove windows from ci & release makefile
This commit is contained in:
@@ -143,7 +143,7 @@ config = {
|
||||
"from_secret": "private_rocketchat",
|
||||
},
|
||||
"binaryReleases": {
|
||||
"os": ["linux", "darwin", "windows"],
|
||||
"os": ["linux", "darwin"],
|
||||
},
|
||||
"dockerReleases": {
|
||||
"architectures": ["arm", "arm64", "amd64"],
|
||||
|
||||
@@ -3,7 +3,7 @@ changelog: $(CALENS) ## generate changelog
|
||||
$(CALENS) -i ../changelog -t ../changelog/CHANGELOG.tmpl >| ../CHANGELOG.md
|
||||
|
||||
.PHONY: release
|
||||
release: release-dirs release-linux release-windows release-darwin release-copy release-check
|
||||
release: release-dirs release-linux release-darwin release-copy release-check
|
||||
|
||||
.PHONY: release-dirs
|
||||
release-dirs:
|
||||
@@ -91,18 +91,6 @@ release-linux: release-dirs
|
||||
@# https://github.com/golang/go/issues/50405
|
||||
@# -buildmode=pie not easily doable for arm
|
||||
|
||||
.PHONY: release-windows
|
||||
release-windows: release-dirs
|
||||
GOOS=windows \
|
||||
GOARCH=amd64 \
|
||||
go build \
|
||||
-tags 'netgo $(TAGS)' \
|
||||
-buildmode=pie \
|
||||
-trimpath \
|
||||
-ldflags '-extldflags "-static" $(LDFLAGS)' \
|
||||
-o '$(DIST)/binaries/$(EXECUTABLE)-$(OUTPUT)-windows-amd64' \
|
||||
./cmd/$(NAME)
|
||||
|
||||
.PHONY: release-darwin
|
||||
release-darwin: release-dirs
|
||||
GOOS=darwin \
|
||||
|
||||
6
changelog/unreleased/remove-windows.md
Normal file
6
changelog/unreleased/remove-windows.md
Normal file
@@ -0,0 +1,6 @@
|
||||
Enhancement: Remove windows from ci & release makefile
|
||||
|
||||
We have removed windows from the ci & release makefile
|
||||
|
||||
https://github.com/owncloud/ocis/pull/5026
|
||||
https://github.com/owncloud/ocis/issues/5011
|
||||
Reference in New Issue
Block a user