@@ -11,13 +11,12 @@ jobs:
1111 strategy :
1212 matrix :
1313 include :
14- # TODO: re-enable bookworm once trixie builds good
15- # - runner: ubuntu-latest
16- # container: debian:12
17- # dir_suffix: ""
18- # - runner: ubuntu-24.04-arm
19- # container: debian:12
20- # dir_suffix: ""
14+ - runner : ubuntu-latest
15+ container : debian:12
16+ dir_suffix : " "
17+ - runner : ubuntu-24.04-arm
18+ container : debian:12
19+ dir_suffix : " "
2120 - runner : ubuntu-latest
2221 container : debian:13
2322 dir_suffix : -trixie
@@ -48,12 +47,11 @@ jobs:
4847 git commit -am "CI: remove .github directory before building"
4948 DEB_BUILD_OPTIONS=nocheck gbp buildpackage --git-no-pristine-tar --git-ignore-branch -us -uc
5049
51- # TODO: uncomment once trixie builds good
52- # - name: upload .deb files
53- # run: |
54- # mkdir -p "$HOME/.ssh"
55- # echo "${{ secrets.KEY }}" > "$HOME/.ssh/key"
56- # chmod 600 "$HOME/.ssh/key"
57- # export branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}
58- # mv $GITHUB_WORKSPACE/build-area staging-$branch${{ matrix.dir_suffix }}
59- # rsync -rILvh -e "ssh -i $HOME/.ssh/key -o StrictHostKeyChecking=no" staging-$branch${{ matrix.dir_suffix }} "${{ secrets.USERNAME }}@download.delta.chat:/var/www/html/download/dovecot/"
50+ - name : upload .deb files
51+ run : |
52+ mkdir -p "$HOME/.ssh"
53+ echo "${{ secrets.KEY }}" > "$HOME/.ssh/key"
54+ chmod 600 "$HOME/.ssh/key"
55+ export branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}
56+ mv $GITHUB_WORKSPACE/build-area staging-$branch${{ matrix.dir_suffix }}
57+ rsync -rILvh -e "ssh -i $HOME/.ssh/key -o StrictHostKeyChecking=no" staging-$branch${{ matrix.dir_suffix }} "${{ secrets.USERNAME }}@download.delta.chat:/var/www/html/download/dovecot/"
0 commit comments