File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1- name : build
1+ name : staging
22
33on :
44 pull-request :
77 workflow_dispatch :
88
99jobs :
10- build -amd64 :
10+ staging -amd64 :
1111 runs-on : ubuntu-latest
1212 container : debian:12
1313 steps :
@@ -17,12 +17,11 @@ jobs:
1717 apt update
1818 apt install -y git-buildpackage build-essential debhelper-compat default-libmysqlclient-dev krb5-multidev libapparmor-dev libbz2-dev libcap-dev libdb-dev libexpat-dev libexttextcat-dev libicu-dev libldap2-dev liblua5.4-dev liblz4-dev liblzma-dev libpam0g-dev libpq-dev libsasl2-dev libsodium-dev libsqlite3-dev libssl-dev libstemmer-dev libsystemd-dev libwrap0-dev libzstd-dev pkg-config zlib1g-dev git libunwind-dev rsync
1919
20- - name : clone repository
21- run : git clone https://github.com/chatmail/dovecot
20+ - uses : actions/checkout@v4
2221
2322 - name : build
2423 run : |
25- cd dovecot
24+ rm -r .github
2625 DEB_BUILD_OPTIONS=nocheck gbp buildpackage --git-no-pristine-tar -us -uc
2726
2827 - name : upload .deb files
3231 chmod 600 "$HOME/.ssh/key"
3332 rsync -rILvh -e "ssh -i $HOME/.ssh/key -o StrictHostKeyChecking=no" $GITHUB_WORKSPACE/build-area/ "${{ secrets.USERNAME }}@download.delta.chat:/var/www/html/download/dovecot/"
3433
35- build -arm :
34+ staging -arm :
3635 runs-on : ubuntu-24.04-arm
3736 container : debian:12
3837 steps :
You can’t perform that action at this time.
0 commit comments