Skip to content

Commit eea0616

Browse files
committed
fixup! WIP: add debian package builder
1 parent 9aa387d commit eea0616

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

.github/workflows/debian.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,15 @@ jobs:
8686
docker load < image-deb-builder/${image}
8787
done
8888
89+
- name: Download apt artifacts
90+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
91+
with:
92+
path: cdn/apt
93+
pattern: artifacts-apt-*
94+
merge-multiple: true
95+
96+
- name: Set up GPG key directory
97+
run: mkdir -p debian/key
98+
8999
- name: Test packages
90-
working-directory: debian
91-
run: make test-packages TARGET_ARCH=amd64
100+
run: make -C debian test-packages TARGET_ARCH=amd64

0 commit comments

Comments
 (0)