There was an error while loading. Please reload this page.
1 parent a8006e4 commit 5298010Copy full SHA for 5298010
1 file changed
.github/workflows/release.yml
@@ -79,6 +79,11 @@ jobs:
79
sed -e '/^\(apt-listchanges.*\|[-]\+\)$/d' >> .github/PREBUILD.md
80
echo "DEB_VERSION=$(dpkg --info packages/pmg-api_*.deb | sed -n '/Version/ s/[^:]\+: //p')" >> "$GITHUB_ENV"
81
echo "DEB_VERSION_UPSTREAM=$(dpkg --info packages/pmg-api_*.deb | sed -n '/Version/ s/[^:]\+: \([0-9.]\+\)-\?[0-9]*/\1/p')" >> "$GITHUB_ENV"
82
+ -
83
+ name: Test packages
84
+ run: |
85
+ baseimage="debian:trixie-slim"
86
+ docker buildx build --build-arg baseimage=${baseimage} --platform linux/arm64 -f .github/Dockerfile.installtest .
87
-
88
name: Release packages
89
if: env.exists == 'false'
0 commit comments