Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
legoktm committed Feb 7, 2024
1 parent beee6ed commit f6c11c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,12 @@ jobs:
docker build debian/piuparts --build-arg DISTRO=${{ matrix.debian_version }} -t ourimage
- name: Run piuparts
run: |
find .
# TODO: get workstation-viewer to pass piuparts (pulls in grsec and qubes packages)
for pkg in client export keyring log proxy workstation-config;
do
piuparts --docker-image ourimage \
--distribution ${{ matrix.debian_version }} \
--extra-repo 'deb [signed-by=/usr/share/keyrings/securedrop-keyring.gpg] https://apt.freedom.press bullseye main' \
"build-${{ matrix.debian_version }}/securedrop-${pkg}*.deb"
build-${{ matrix.debian_version }}/securedrop-${pkg}*.deb
done

0 comments on commit f6c11c1

Please sign in to comment.