4 Commits

Author SHA1 Message Date
Bill Zimmerman
4cf1ca564b Use RaspAP/pi-gen-action@v1.11.0 2025-10-12 11:17:13 +02:00
Bill Zimmerman
29c1e7dda3 Merge branch 'RaspAP:master' into master 2025-10-08 08:41:03 +02:00
Bill Zimmerman
38ac6a12c6 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
2025-10-07 23:38:36 -07:00
Bill Zimmerman
2c896bbc12 Update supported distros 2025-10-07 21:04:55 +02:00
2 changed files with 8 additions and 3 deletions

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
@@ -27,9 +29,10 @@ jobs:
- name: Build RaspAP Image
id: build
uses: usimd/pi-gen-action@v1
uses: RaspAP/pi-gen-action@v1.11.0
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 }}

View File

@@ -139,6 +139,8 @@ RaspAP was originally made for Raspbian, but now also installs on the following
| Distribution | Release | Architecture | Support |
|---|:---:|:---:|:---:|
| Raspberry Pi OS | (64-bit) Lite Trixie | ARM | Official |
| Raspberry Pi OS | (32-bit) Lite Trixie | ARM | Official |
| Raspberry Pi OS | (64-bit) Lite Bookworm | ARM | Official |
| Raspberry Pi OS | (32-bit) Lite Bookworm | ARM | Official |
| Raspberry Pi OS | (64-bit) Desktop Bookworm | ARM | Official |