Skip to content

Commit

Permalink
test unshrinked image
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Nov 27, 2024
1 parent c9b899f commit a07704d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_img.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: build headless image

on:
push:
workflow_dispatch:

jobs:
Expand All @@ -24,6 +23,7 @@ jobs:
base-image-url: https://downloads.raspberrypi.com/raspios_lite_arm64/images/raspios_lite_arm64-2024-11-19/2024-11-19-raspios-bookworm-arm64-lite.img.xz
image-path: raspOVOS-bookworm-arm64-lite.img
compress-with-xz: true
shrink: true
cache: true
mount-repository: true
env-vars: USER,PASSWORD,HOSTNAME,CONSTRAINTS
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_img_ca.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: build catalan headless image

on:
push:
workflow_dispatch:

jobs:
Expand All @@ -25,6 +24,7 @@ jobs:
image-path: raspOVOS-catalan-bookworm-arm64-lite.img
compress-with-xz: true
cache: true
shrink: true
mount-repository: true
env-vars: USER,PASSWORD,HOSTNAME,CONSTRAINTS
script-path: build_raspOVOS_ca.sh
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: test build no-OVOS headless image
name: build base no-OVOS headless image

on:
push:
Expand All @@ -24,6 +24,7 @@ jobs:
image-path: raspOVOS-NO-OVOS-bookworm-arm64-lite.img
compress-with-xz: true
cache: true
shrink: true
mount-repository: true
env-vars: USER,PASSWORD,HOSTNAME
script-path: build_base.sh
Expand Down

0 comments on commit a07704d

Please sign in to comment.