mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-12-27 15:34:28 +01:00
Compare commits
13 Commits
3.4.3-test
...
3.4.3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
81364cbf8c | ||
|
|
b20b7b97fe | ||
|
|
b0b95c7193 | ||
|
|
9cd94b30b9 | ||
|
|
41dd4eb4fb | ||
|
|
106337d10a | ||
|
|
39a4856fef | ||
|
|
c49ce4b8a8 | ||
|
|
e55a843d49 | ||
|
|
61cfb96a65 | ||
|
|
153ac776c7 | ||
|
|
f47f03a69d | ||
|
|
5532b6a2c4 |
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@@ -15,10 +15,8 @@ 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
|
||||
@@ -31,18 +29,17 @@ jobs:
|
||||
id: build
|
||||
uses: RaspAP/pi-gen-action@v1.11.0
|
||||
with:
|
||||
release: ${{ matrix.release }}
|
||||
image-name: "raspap-${{ matrix.release }}-${{ matrix.arch == '32-bit' && 'armhf' || 'arm64' }}-lite-${{ github.event.inputs.tag || github.ref_name }}"
|
||||
image-name: "raspap-trixie-${{ 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
|
||||
pi-gen-version: ${{ matrix.pi_gen_version }}
|
||||
pi-gen-repository: RaspAP/pi-gen
|
||||
pi-gen-repository: RaspAP/pi-gen
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: svenstaro/upload-release-action@v2
|
||||
with:
|
||||
asset_name: "raspap-${{ matrix.release }}-${{ matrix.arch == '32-bit' && 'armhf' || 'arm64' }}-lite-${{ github.event.inputs.tag || github.ref_name }}.img.zip"
|
||||
asset_name: "raspap-trixie-${{ 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 }}
|
||||
|
||||
@@ -139,8 +139,6 @@ 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 |
|
||||
|
||||
Reference in New Issue
Block a user