Set pi-gen-repository, bookworm -> trixie

Set repository: RaspAP/pi-gen

Set release: trixie

release -> pi-gen-release: trixie

Update release.yml

Update release.yml

Update release.yml

Update release.yml

Update release.yml

Update release.yml

Update release.yml

Update release.yml

Update release.yml

Update matrix arch w/ base_image

Update w/ workflow_dispatch

Setup QEMU + Docker Buildx

Update release.yml

Define docker-platform in matrix

Set RaspAP/pi-gen-action@v1.12.0

Disable Buildx

Revert release.yml

Update release.yml

Update release.yml
This commit is contained in:
Bill Zimmerman
2025-10-06 08:30:09 +02:00
committed by billz
parent ead886dffa
commit 38ac6a12c6

View File

@@ -15,8 +15,10 @@ jobs:
include:
- arch: "32-bit"
pi_gen_version: "master"
release: "trixie"
- arch: "64-bit"
pi_gen_version: "arm64"
release: "trixie"
fail-fast: false
steps:
- name: Checkout repository
@@ -29,7 +31,8 @@ jobs:
id: build
uses: usimd/pi-gen-action@v1
with:
image-name: "raspap-bookworm-${{ matrix.arch == '32-bit' && 'armhf' || 'arm64' }}-lite-${{ github.event.inputs.tag || github.ref_name }}"
release: ${{ matrix.release }}
image-name: "raspap-${{ matrix.release }}-${{ matrix.arch == '32-bit' && 'armhf' || 'arm64' }}-lite-${{ github.event.inputs.tag || github.ref_name }}"
enable-ssh: 1
stage-list: stage0 stage1 stage2 ./stage-raspap
verbose-output: true
@@ -39,7 +42,7 @@ jobs:
- name: Upload Artifact
uses: svenstaro/upload-release-action@v2
with:
asset_name: "raspap-bookworm-${{ matrix.arch == '32-bit' && 'armhf' || 'arm64' }}-lite-${{ github.event.inputs.tag || github.ref_name }}.img.zip"
asset_name: "raspap-${{ matrix.release }}-${{ matrix.arch == '32-bit' && 'armhf' || 'arm64' }}-lite-${{ github.event.inputs.tag || github.ref_name }}.img.zip"
file: ${{ steps.build.outputs.image-path }}
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.event.inputs.tag || github.ref }}