Skip to content

Commit

Permalink
Removed riscv
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Demetz <[email protected]>
  • Loading branch information
Benji377 authored Oct 19, 2024
1 parent 733ca8d commit 2f188cf
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:

env:
VERSION: 2.0.0
VERSION: 2.0.1

jobs:
# Release build job
Expand Down Expand Up @@ -65,17 +65,6 @@ jobs:
apt: gcc-aarch64-linux-gnu
sysroot: /usr/aarch64-linux-gnu/
pkg_arch: arm64
- arch: riscv64
target: riscv64gc-unknown-linux-gnu
apt: gcc-riscv64-linux-gnu
sysroot: /usr/riscv64-linux-gnu/
pkg_arch: riscv64
# UNSUPPORTED with iced :(
# - arch: armv7
# target: armv7-unknown-linux-gnueabihf
# apt: gcc-arm-linux-gnueabihf
# sysroot: /usr/arm-linux-gnueabihf/
# pkg_arch: armhf
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down Expand Up @@ -155,8 +144,6 @@ jobs:
artifacts/raspirus_*_x64_en-US.msi
artifacts/raspirus_*_x64-setup.exe
artifacts/raspirus_*_arm64.deb
artifacts/raspirus_*_riscv64.deb
# target/armv7-unknown-linux-gnueabihf/debian/*.deb
- name: Release to GitHub
uses: softprops/action-gh-release@v2
with:
Expand All @@ -172,6 +159,3 @@ jobs:
artifacts/raspirus_*_x64_en-US.msi
artifacts/raspirus_*_x64-setup.exe
artifacts/raspirus_*_arm64.deb
artifacts/raspirus_*_riscv64.deb
# target/armv7-unknown-linux-gnueabihf/debian/*.deb

0 comments on commit 2f188cf

Please sign in to comment.