Skip to content

Commit

Permalink
[META] Remove Linux ARM Target
Browse files Browse the repository at this point in the history
  • Loading branch information
Bwc9876 committed Jan 21, 2025
1 parent ec70173 commit d4cb291
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/nightly_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ jobs:
target/release/bundle/**/*.deb
target/release/bundle/**/*.rpm
target/release/bundle/**/*.AppImage
- platform: "ubuntu-22.04-arm"
target: "aarch64-unknown-linux-gnu"
args: "appimage deb rpm"
bundle-name: Linux-aarch64
bundle-path: |
target/release/bundle/**/*.deb
target/release/bundle/**/*.rpm
target/release/bundle/**/*.AppImage
# - platform: "ubuntu-22.04-arm"
# target: "aarch64-unknown-linux-gnu"
# args: "appimage deb rpm"
# bundle-name: Linux-aarch64
# bundle-path: |
# target/release/bundle/**/*.deb
# target/release/bundle/**/*.rpm
# target/release/bundle/**/*.AppImage
- platform: "windows-latest"
target: "x86_64-pc-windows-msvc"
args: "msi nsis"
Expand Down

0 comments on commit d4cb291

Please sign in to comment.