Skip to content

Commit

Permalink
remove duplicate step
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Nov 27, 2024
1 parent 8e8c4a3 commit d27ead6
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 36 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build_base.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: build base no-OVOS headless image

on:
push:
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -44,7 +45,7 @@ jobs:
release_name: raspOVOS-NO-OVOS-bookworm-arm64-lite-${{ github.run_id }}
body: |
testing base OS setup only
draft: true
draft: false
prerelease: false
-
name: Upload to releases
Expand All @@ -54,7 +55,7 @@ jobs:
with:
file: ${{ steps.create-image.outputs.image-path }}
release_id: ${{ steps.create_release.outputs.id }}
draft: true
draft: false
overwrite: true
prerelease: true
prerelease: false
verbose: true
1 change: 1 addition & 0 deletions .github/workflows/build_img.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: build headless image

on:
push:
workflow_dispatch:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_img_ca.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: build catalan headless image

on:
push:
workflow_dispatch:

jobs:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/build_img_gui.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: build GUI image

on:
push:
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -44,7 +45,7 @@ jobs:
release_name: raspOVOS-GUI-bookworm-arm64-lite-${{ github.run_id }}
body: |
raspOVOS GUI image
draft: true
draft: false
prerelease: false
-
name: Upload to releases
Expand All @@ -54,7 +55,7 @@ jobs:
with:
file: ${{ steps.create-image.outputs.image-path }}
release_id: ${{ steps.create_release.outputs.id }}
draft: true
draft: false
overwrite: true
prerelease: true
prerelease: false
verbose: true
1 change: 0 additions & 1 deletion build_base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ bash /mounted-github-repo/setup_wlan0power.sh
bash /mounted-github-repo/setup_fstab.sh
bash /mounted-github-repo/setup_sysctl.sh
bash /mounted-github-repo/setup_udev.sh
bash /mounted-github-repo/setup_kernel_modules.sh
bash /mounted-github-repo/setup_nmanager.sh
# make boot faster by printing less stuff and skipping file system checks
grep -q "quiet fastboot" /boot/cmdline.txt || sed -i 's/$/ quiet fastboot/' /boot/cmdline.txt
Expand Down
29 changes: 0 additions & 29 deletions setup_kernel_modules.sh

This file was deleted.

0 comments on commit d27ead6

Please sign in to comment.