Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
remove linux waytland building for now
Browse files Browse the repository at this point in the history
  • Loading branch information
verticalsync committed Jan 17, 2024
1 parent 46d7d1e commit faa8a62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
- name: Build X11 Gui
run: CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -v -tags static -ldflags "-s -w -X 'suncordinstaller/buildinfo.InstallerGitHash=$(git rev-parse --short HEAD)' -X 'suncordinstaller/buildinfo.InstallerTag=${{ github.ref_name }}'" -o SuncordInstaller-x11

- name: Build Wayland Gui
run: CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -v -tags "static wayland" -ldflags "-s -w -X 'suncordinstaller/buildinfo.InstallerGitHash=$(git rev-parse --short HEAD)' -X 'suncordinstaller/buildinfo.InstallerTag=${{ github.ref_name }}'" -o SuncordInstaller-wayland
# - name: Build Wayland Gui
# run: CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -v -tags "static wayland" -ldflags "-s -w -X 'suncordinstaller/buildinfo.InstallerGitHash=$(git rev-parse --short HEAD)' -X 'suncordinstaller/buildinfo.InstallerTag=${{ github.ref_name }}'" -o SuncordInstaller-wayland

- name: Build Cli
run: CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -v -tags "static cli" -ldflags "-s -w -X 'suncordinstaller/buildinfo.InstallerGitHash=$(git rev-parse --short HEAD)' -X 'suncordinstaller/buildinfo.InstallerTag=${{ github.ref_name }}'" -o SuncordInstallerCli-linux
Expand All @@ -58,8 +58,8 @@ jobs:
name: SuncordInstaller-linux
path: |
SuncordInstaller-x11
SuncordInstaller-wayland
SuncordInstallerCli-linux
# SuncordInstaller-wayland


build-mac:
Expand Down

0 comments on commit faa8a62

Please sign in to comment.