Compare commits

..

No commits in common. "showpiece" and "v2025.5.7" have entirely different histories.

3 changed files with 3 additions and 12 deletions

View File

@ -13,7 +13,7 @@ jobs:
build_images:
name: Build images
runs-on: ubuntu-latest
timeout-minutes: 120
timeout-minutes: 20
strategy:
fail-fast: true
env:
@ -46,17 +46,13 @@ jobs:
sudo mv deploy/*-arm64-standalone.img deploy/showpieceos-arm64-standalone.img &&
sudo mv deploy/*-arm64-client.img deploy/showpieceos-arm64-client.img
- name: Compress images
if: startsWith(github.ref, 'refs/tags/v')
run: sudo ./compress-images.sh
- name: Publish client
if: startsWith(github.ref, 'refs/tags/v')
uses: https://github.com/softprops/action-gh-release@v2
with:
tag_name: ${{ github.ref_name }}
name: ${{ github.ref_name }}
files: deploy/*-client.img.gz
files: deploy/*-client.img
- name: Publish standalone
if: startsWith(github.ref, 'refs/tags/v')
@ -64,5 +60,5 @@ jobs:
with:
tag_name: ${{ github.ref_name }}
name: ${{ github.ref_name }}
files: deploy/*-standalone.img.gz
files: deploy/*-standalone.img

View File

@ -1,5 +0,0 @@
#!/bin/bash
for img in "deploy/"*.img; do
gzip -4 -v -k "$img"
done

0
stage4/98-default-wallpaper/00-run.sh Executable file → Normal file
View File