Skip to content

Commit c3db0fc

Browse files
committed
ci: add trixie build
1 parent e98d110 commit c3db0fc

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

.github/workflows/build-pages.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,8 @@ on:
66
- main
77
workflow_dispatch:
88

9-
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
109
permissions:
1110
contents: read
12-
pages: write
13-
id-token: write
1411

1512
jobs:
1613
build:
@@ -52,7 +49,7 @@ jobs:
5249
5350
- name: ✍ Generate repository files
5451
env:
55-
DISTS: "bullseye bookworm"
52+
DISTS: "bullseye bookworm trixie"
5653
COMPONENTS: "rpi"
5754
ARCHS: "binary-armhf binary-arm64"
5855
run: |
@@ -96,6 +93,11 @@ jobs:
9693
runs-on: ubuntu-latest
9794
needs: build
9895

96+
permissions:
97+
contents: read
98+
pages: write
99+
id-token: write
100+
99101
environment:
100102
name: github-pages
101103
url: ${{ steps.deployment.outputs.page_url }}

apt-ftparchive.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,7 @@ Tree "bookworm" {
2323
Sections "rpi";
2424
Architectures "armhf arm64";
2525
}
26+
Tree "trixie" {
27+
Sections "rpi";
28+
Architectures "armhf arm64";
29+
}
Binary file not shown.
Binary file not shown.

trixie.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
APT::FTPArchive::Release::Codename "trixie";
2+
APT::FTPArchive::Release::Origin "apt.octoprint.org";
3+
APT::FTPArchive::Release::Components "rpi";
4+
APT::FTPArchive::Release::Label "OctoPrint related packages";
5+
APT::FTPArchive::Release::Architectures "armhf arm64";
6+
APT::FTPArchive::Release::Suite "trixie";

0 commit comments

Comments
 (0)