Skip to content

Commit

Permalink
release: 0.1.6 stable (#225)
Browse files Browse the repository at this point in the history
* release: 0.1.6 stable
  • Loading branch information
leon3s authored Feb 2, 2025
1 parent 97f8c91 commit 955a57d
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 182 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/draft_stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Install Tauri dependencies
run: |
sudo apt-get update
sudo apt-get install javascriptcoregtk-4.1 libsoup-3.0 webkit2gtk-4.1 -y
sudo apt-get install javascriptcoregtk-4.1 libsoup-3.0 webkit2gtk-4.1 libayatana-appindicator3-dev librsvg2-dev -y
- name: Install node dependencies
run: npm install
Expand Down
18 changes: 16 additions & 2 deletions .github/workflows/draft_stable_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,19 @@ jobs:
echo $GITHUB_REF
echo $CHANNEL
echo $VERSION
sudo apt update && sudo apt upgrade -y
sudo apt install qemu-kvm libvirt-daemon-system libvirt-clients bridge-utils virt-manager qemu-system-arm -y
sudo apt install -y qemu-user-static binfmt-support
sudo apt install make -y
sudo apt install ninja-build -y
sudo apt install libpixman-1-dev -y
wget https://download.qemu.org/qemu-7.0.0.tar.xz
tar xvJf qemu-7.0.0.tar.xz
cd qemu-7.0.0
./configure
make
docker run --privileged --rm tonistiigi/binfmt --install all
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes -c yes
# Cache Rust
- uses: actions/cache@v3
Expand All @@ -54,13 +67,13 @@ jobs:
path: ./src-next/.next
key: ${{ hashFiles('./src-next/package-lock.json') }}

- uses: pguyot/arm-runner-action@v2.5.2
- uses: pguyot/arm-runner-action@v2.6.5
with:
base_image: https://dietpi.com/downloads/images/DietPi_RPi-ARMv8-Bullseye.img.xz
cpu: cortex-a53
bind_mount_repository: true
image_additional_mb: 10240
optimize_image: false
optimize_image: no
commands: |
# Rust complains (rightly) that $HOME doesn't match eid home
export HOME=/root
Expand All @@ -79,6 +92,7 @@ jobs:
# npm install next@latest react@latest react-dom@latest eslint-config-next@latest
# Install build tools and tauri-cli requirements
apt-get install -yf file libdbus-1-dev libwebkit2gtk-4.0-dev build-essential curl wget libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev
apt-get install javascriptcoregtk-4.1 libsoup-3.0 webkit2gtk-4.1 libayatana-appindicator3-dev librsvg2-dev -y
# cargo install tauri-cli
# Install frontend dependencies
npm install
Expand Down
98 changes: 0 additions & 98 deletions .github/workflows/draft_stable_ubuntu24.yml

This file was deleted.

2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Upgrade to tauri v2
- Sort profiles by name case insensitive
- deb ubuntu 24.04 support

## [0.1.5] - 2024-09-05

Expand Down
17 changes: 0 additions & 17 deletions components_old.json

This file was deleted.

21 changes: 0 additions & 21 deletions components_old2.json

This file was deleted.

21 changes: 0 additions & 21 deletions components_old3.json

This file was deleted.

21 changes: 0 additions & 21 deletions components_old4.json

This file was deleted.

0 comments on commit 955a57d

Please sign in to comment.