Skip to content

Commit ec2fe69

Browse files
committed
circleci: build trixie packages
1 parent e86e723 commit ec2fe69

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
hardware/firmware/tools/flash_rp2040_firmware.sh=/usr/share/fosdem_firmware/flash_rp2040_firmware.sh \
6161
hardware/firmware/tools/flash_audio_board_firmware.sh=/usr/share/fosdem_firmware/flash_audio_board_firmware.sh
6262
- run: package_cloud push fosdem/video-team/debian/bookworm release/*deb
63+
- run: package_cloud push fosdem/video-team/debian/trixie release/*deb
6364
- store_artifacts:
6465
path: release
6566
- persist_to_workspace:
@@ -71,19 +72,6 @@ jobs:
7172
executor: github
7273
steps:
7374
- run: apk add fakeroot findutils
74-
- attach_workspace:
75-
at: .
76-
- run: mkdir -v -p release
77-
- run: fakeroot tar -czvf release/fosdem-firmware-${CIRCLE_TAG}.amd64.tar.gz -C firmware_build $(find firmware_build -mindepth 1 -maxdepth 1 -printf '%f\n')
78-
- run: cd release && sha256sum fosdem-firmware-*.tar.gz *deb > sha256sums.txt
79-
- run: >
80-
ghr \
81-
-u "${CIRCLE_PROJECT_USERNAME}" \
82-
-r "${CIRCLE_PROJECT_REPONAME}" \
83-
-c "${CIRCLE_SHA1}" \
84-
-delete \
85-
"${CIRCLE_TAG}" \
86-
./release/
8775

8876
workflows:
8977
build:

0 commit comments

Comments
 (0)