Skip to content

Commit

Permalink
Remove AppImage stuff for now since glibc headaches
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNite committed Oct 5, 2024
1 parent dab48fc commit bc70cc0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 65 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,3 @@ jobs:
with:
name: moonlight-installer-windows
path: target/release/moonlight-installer.exe

build-linux:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2

- name: Build AppImage
run: ./build-linux.sh
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: moonlight-installer-linux
path: ./moonlight-installer-x86_64.AppImage

# TODO: macOS
# build-macos:
18 changes: 0 additions & 18 deletions AppImageBuilder.yml

This file was deleted.

29 changes: 0 additions & 29 deletions build-linux.sh

This file was deleted.

0 comments on commit bc70cc0

Please sign in to comment.