Skip to content

Commit 7783020

Browse files
committed
Remove Wayland compiling
1 parent df0e831 commit 7783020

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,23 +43,19 @@ jobs:
4343
- name: Build X11 Gui
4444
run: CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -v -tags "static gui" -ldflags "-s -w -X 'vencord/buildinfo.InstallerGitHash=$(git rev-parse --short HEAD)' -X 'vencord/buildinfo.InstallerTag=${{ github.ref_name }}'" -o Equilotl-x11
4545

46-
- name: Build Wayland Gui
47-
run: CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -v -tags "static wayland gui" -ldflags "-s -w -X 'vencord/buildinfo.InstallerGitHash=$(git rev-parse --short HEAD)' -X 'vencord/buildinfo.InstallerTag=${{ github.ref_name }}'" -o Equilotl-wayland
48-
4946
- name: Build Cli
5047
run: CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -v -tags "static cli" -ldflags "-s -w -X 'vencord/buildinfo.InstallerGitHash=$(git rev-parse --short HEAD)' -X 'vencord/buildinfo.InstallerTag=${{ github.ref_name }}'" -o EquilotlCli-linux
5148

5249
- name: Update executable
5350
run: |
54-
chmod +x Equilotl-*
51+
chmod +x Equilotl-x11
5552
5653
- name: Upload artifact
5754
uses: actions/upload-artifact@v4
5855
with:
5956
name: Equilotl-linux
6057
path: |
6158
Equilotl-x11
62-
Equilotl-wayland
6359
EquilotlCli-linux
6460
6561
@@ -234,6 +230,7 @@ jobs:
234230
prerelease: false
235231
draft: false
236232
files: |
237-
linux/Equilotl*
233+
linux/Equilotl-x11
234+
linux/EquilotlCli-linux
238235
macos/Equilotl.MacOS.zip
239236
windows/Equilotl*.exe

0 commit comments

Comments
 (0)