diff --git a/.github/workflows/armbian_base.yml b/.github/workflows/armbian_base.yml index c936aff..4f90f89 100644 --- a/.github/workflows/armbian_base.yml +++ b/.github/workflows/armbian_base.yml @@ -3,45 +3,18 @@ on: workflow_dispatch: repository_dispatch: types: ["armbian"] -concurrency: - group: ${{ github.run_id }}-base - cancel-in-progress: false jobs: build-armbian: - # Allow writing packages - permissions: - contents: read - packages: write - strategy: - fail-fast: false - matrix: - release: - - trixie - - bullseye - ui: - - minimal - - server - - xfce - kernel: - - legacy - - current - - vendor runs-on: ubuntu-latest - steps: - - name: Get current date - id: date - run: echo "DATE=(date +'%y.%m.%d')" >> "$GITHUB_OUTPUT" - - uses: armbian/build@main with: armbian_token: "${{ secrets.GITHUB_TOKEN }}" # GitHub token - armbian_release: "${{ matrix.release }}" + armbian_release: "trixie" armbian_target: "build" armbian_board: "radxa-zero3" - armbian_ui: "${{ matrix.ui }}" - armbian_kernel_branch: "${{ matrix.kernel }}" + armbian_ui: "minimal" + # armbian_runner_clean: true armbian_compress: "sha,xz" - armbian_artifacts: "build/output/images/" - armbian_release_tittle: "${{ steps.date.output.DATE }} Radxa Zero 3 W Images" - armbian_release_body: "Build with [Armbian tools](https://github.com/armbian/build)" + armbian_release_tittle: "Radxa Zero 3 W Images" + armbian_release_body: "Build with [Armbian tools](https://github.com/armbian/build)" \ No newline at end of file diff --git a/.github/workflows/armbian_custom.yml b/.github/workflows/armbian_custom.yml index 276a461..68fdfc1 100644 --- a/.github/workflows/armbian_custom.yml +++ b/.github/workflows/armbian_custom.yml @@ -20,14 +20,13 @@ jobs: matrix: release: - trixie - - bullseye + - bookworm ui: - minimal - server - xfce kernel: - legacy - - current - vendor runs-on: ubuntu-latest @@ -93,7 +92,7 @@ jobs: # go to build folder and checkout cd build - git checkout ${{ inputs.armbian_branch }} + git checkout main # execute build command ./compile.sh "build" \ diff --git a/userpatches/.gitkeep b/userpatches/.gitkeep new file mode 100644 index 0000000..e69de29