Skip to content

Commit

Permalink
feat: add windows fix platform
Browse files Browse the repository at this point in the history
Signed-off-by: Xinwei Xiong(cubxxw-openim) <[email protected]>
  • Loading branch information
cubxxw committed Jul 16, 2023
1 parent 3f93b3a commit 82892f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/chatci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,5 @@ jobs:

- name: Run OpenIM make install start
run: |
sudo make install
sudo make install
continue-on-error: true
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: github labels syncer release
name: OpenIM chat release

on:
push:
Expand Down
4 changes: 0 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ builds:
id: admin_api
main: ./cmd/api/admin_api/main.go
goos:
- windows
- darwin
- linux
- freebsd
Expand All @@ -27,7 +26,6 @@ builds:
id: chat_api
main: ./cmd/api/chat_api/main.go
goos:
- windows
- darwin
- linux
- freebsd
Expand All @@ -43,7 +41,6 @@ builds:
id: chat_rpc
main: ./cmd/chat_rpc/main.go
goos:
- windows
- darwin
- linux
- freebsd
Expand All @@ -59,7 +56,6 @@ builds:
id: admin_rpc
main: ./cmd/admin_rpc/main.go
goos:
- windows
- darwin
- linux
- freebsd
Expand Down

0 comments on commit 82892f4

Please sign in to comment.