mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-12-27 15:34:28 +01:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4cf1ca564b | ||
|
|
29c1e7dda3 | ||
|
|
38ac6a12c6 | ||
|
|
2c896bbc12 |
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@@ -15,8 +15,10 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- arch: "32-bit"
|
- arch: "32-bit"
|
||||||
pi_gen_version: "master"
|
pi_gen_version: "master"
|
||||||
|
release: "trixie"
|
||||||
- arch: "64-bit"
|
- arch: "64-bit"
|
||||||
pi_gen_version: "arm64"
|
pi_gen_version: "arm64"
|
||||||
|
release: "trixie"
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
@@ -27,9 +29,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Build RaspAP Image
|
- name: Build RaspAP Image
|
||||||
id: build
|
id: build
|
||||||
uses: usimd/pi-gen-action@v1
|
uses: RaspAP/pi-gen-action@v1.11.0
|
||||||
with:
|
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
|
enable-ssh: 1
|
||||||
stage-list: stage0 stage1 stage2 ./stage-raspap
|
stage-list: stage0 stage1 stage2 ./stage-raspap
|
||||||
verbose-output: true
|
verbose-output: true
|
||||||
@@ -39,7 +42,7 @@ jobs:
|
|||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: svenstaro/upload-release-action@v2
|
uses: svenstaro/upload-release-action@v2
|
||||||
with:
|
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 }}
|
file: ${{ steps.build.outputs.image-path }}
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
tag: ${{ github.event.inputs.tag || github.ref }}
|
tag: ${{ github.event.inputs.tag || github.ref }}
|
||||||
|
|||||||
@@ -139,6 +139,8 @@ RaspAP was originally made for Raspbian, but now also installs on the following
|
|||||||
|
|
||||||
| Distribution | Release | Architecture | Support |
|
| 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 | (64-bit) Lite Bookworm | ARM | Official |
|
||||||
| Raspberry Pi OS | (32-bit) Lite Bookworm | ARM | Official |
|
| Raspberry Pi OS | (32-bit) Lite Bookworm | ARM | Official |
|
||||||
| Raspberry Pi OS | (64-bit) Desktop Bookworm | ARM | Official |
|
| Raspberry Pi OS | (64-bit) Desktop Bookworm | ARM | Official |
|
||||||
|
|||||||
Reference in New Issue
Block a user