From 1118ebac77fdaf7a4f8c59a4af2f92a2e1722596 Mon Sep 17 00:00:00 2001 From: ehsan shariati Date: Sat, 19 Oct 2024 18:58:10 -0400 Subject: [PATCH] update --- .github/workflows/build_and_push.yml | 2 -- .github/workflows/build_and_push_minimal.yml | 2 +- userpatches/customize-image.sh | 1 + 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_and_push.yml b/.github/workflows/build_and_push.yml index b1d709e..86477ed 100644 --- a/.github/workflows/build_and_push.yml +++ b/.github/workflows/build_and_push.yml @@ -2,8 +2,6 @@ name: Build and Upload on: workflow_dispatch: # This allows you to manually trigger the workflow - release: - types: [published] # This triggers the workflow when a release is published jobs: build-and-upload: diff --git a/.github/workflows/build_and_push_minimal.yml b/.github/workflows/build_and_push_minimal.yml index c7be70e..fb97352 100644 --- a/.github/workflows/build_and_push_minimal.yml +++ b/.github/workflows/build_and_push_minimal.yml @@ -7,7 +7,7 @@ on: jobs: build-and-upload: - runs-on: ubuntu-latest + runs-on: self-hosted steps: - name: Check out repository diff --git a/userpatches/customize-image.sh b/userpatches/customize-image.sh index 40fcf1a..514ca72 100644 --- a/userpatches/customize-image.sh +++ b/userpatches/customize-image.sh @@ -51,6 +51,7 @@ Install() fxBloxCustomScript() { echo "fxBlox Custom Script" + apt-get update # read all variable from config file source /tmp/overlay/config