Skip to content

Commit

Permalink
Adapt workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Roth <developer@freakydu.de>
  • Loading branch information
freakydude committed Feb 29, 2024
1 parent 48571ed commit 4a86817
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/prerelease-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
fail-fast: false
matrix:
platform: [macos-latest, ubuntu-20.04, windows-latest]

runs-on: ${{ matrix.platform }}
steps:
- name: checkout repository
Expand All @@ -31,7 +30,7 @@ jobs:
if: matrix.platform == 'ubuntu-20.04'
run: |
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.0-dev build-essential curl wget file libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
- name: install frontend dependencies
run: |
npm install
Expand All @@ -57,10 +56,11 @@ jobs:
- name: build release
uses: pguyot/arm-runner-action@v2
with:
base_image: dietpi:rpi_armv8_bullseye #https://dietpi.com/downloads/images/DietPi_RPi-ARMv8-Bullseye.7z
base_image: https://dietpi.com/downloads/images/DietPi_RPi-ARMv8-Bullseye.7z #dietpi:rpi_armv8_bullseye
cpu: cortex-a53
cpu_info: cpuinfo/raspberrypi_zero2_w_arm64
bind_mount_repository: true
image_additional_mb: 10240
image_additional_mb: 4096
optimize_image: false
commands: |
# Rust complains (rightly) that $HOME doesn't match eid home
Expand Down

0 comments on commit 4a86817

Please sign in to comment.