Skip to content

Commit

Permalink
🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Nov 27, 2024
1 parent bd83c7e commit b5e4b98
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
image-path: raspOVOS-NO-OVOS-bookworm-arm64-lite.img
compress-with-xz: true
cache: true
shrink: false
shrink: true
mount-repository: true
env-vars: USER,PASSWORD,HOSTNAME
script-path: build_base.sh
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_img.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
release_name: raspOVOS-bookworm-arm64-lite-${{ github.run_id }}
body: |
raspOVOS headless image
draft: true
draft: false
prerelease: false
-
name: Upload to releases
Expand All @@ -57,5 +57,5 @@ jobs:
release_id: ${{ steps.create_release.outputs.id }}
draft: false
overwrite: true
prerelease: true
prerelease: false
verbose: true
4 changes: 2 additions & 2 deletions .github/workflows/build_img_ca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
release_name: raspOVOS-catalan-bookworm-arm64-lite-${{ github.run_id }}
body: |
raspOVOS headless Catalan image
draft: true
draft: false
prerelease: false
-
name: Upload to releases
Expand All @@ -57,5 +57,5 @@ jobs:
release_id: ${{ steps.create_release.outputs.id }}
draft: false
overwrite: true
prerelease: true
prerelease: false
verbose: true

0 comments on commit b5e4b98

Please sign in to comment.