mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-04-20 19:38:39 +00:00
ci: improve aptly repo layout
use the new -multi-dist option to combine all distributions into one publish point: deb http://repo.aptly.info/ci bookworm main or: deb http://repo.aptly.info/release bookworm main for the following distributions: buster, bullseye, bookworm, focal, jammy
This commit is contained in:
@@ -6,11 +6,13 @@ chown -R `stat -c %u /work/src` /var/lib/aptly
|
||||
|
||||
su aptly -c 'set -e; cd /work/src;
|
||||
GOPATH=$PWD/.go go generate -v
|
||||
git checkout debian/changelog
|
||||
DEBEMAIL="CI <runner@github>" dch -v `make version` "CI build"
|
||||
dpkg-buildpackage -us -uc -b -d --host-arch=amd64
|
||||
dpkg-buildpackage -us -uc -b -d --host-arch=i386
|
||||
dpkg-buildpackage -us -uc -b -d --host-arch=arm64
|
||||
dpkg-buildpackage -us -uc -b -d --host-arch=armhf
|
||||
mkdir -p build && mv ../*.deb build/
|
||||
rm -rf obj-*-linux-gnu*
|
||||
cd build && ls -l *.deb
|
||||
'
|
||||
|
||||
Reference in New Issue
Block a user