Skip to content

Commit

Permalink
remove windows from ci & release makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Richter <[email protected]>
  • Loading branch information
dragonchaser committed Nov 10, 2022
1 parent 38ce3b7 commit 5c9e0cb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ config = {
"from_secret": "private_rocketchat",
},
"binaryReleases": {
"os": ["linux", "darwin", "windows"],
"os": ["linux", "darwin"],
},
"dockerReleases": {
"architectures": ["arm", "arm64", "amd64"],
Expand Down
2 changes: 1 addition & 1 deletion .make/release.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 5 additions & 0 deletions changelog/unreleased/remove-windows.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Enhancement: Remove windows from ci & relase makefile

We have removed windows from the ci & release makefile

https://github.com/owncloud/ocis/pull/5026

0 comments on commit 5c9e0cb

Please sign in to comment.