Skip to content

Commit 5298010

Browse files
authored
feat: Test install after build
1 parent a8006e4 commit 5298010

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ jobs:
7979
sed -e '/^\(apt-listchanges.*\|[-]\+\)$/d' >> .github/PREBUILD.md
8080
echo "DEB_VERSION=$(dpkg --info packages/pmg-api_*.deb | sed -n '/Version/ s/[^:]\+: //p')" >> "$GITHUB_ENV"
8181
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 .
8287
-
8388
name: Release packages
8489
if: env.exists == 'false'

0 commit comments

Comments
 (0)