The github builders for the appimages currently produce errors like this:
W: GPG error: https://apt.kitware.com/ubuntu focal InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY
16FAAD7AF99A65E2
- name: Update dependencies
run: |
+ apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 16FAAD7AF99A65E2
sudo apt-get update
sudo apt-get upgrade -y
# Version must match the one in ci/appimage/sigrok-appimage-create-appimage.sh
- name: Update dependencies
run: |
+ apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 16FAAD7AF99A65E2
sudo apt-get update
sudo apt-get upgrade -y
# Temp!
- Figure out how to trigger on a new tag creation while setting proper make flags and naming the release with the tag
-- Figure out how to trigger on PR creation and upload artifacts to PRs
+- Figure out how to trigger on PR creation
+ See https://github.com/flashrom/flashrom/blob/main/.github/workflows/lockdown.yml
- Do the macOS builds need debug/release versions or is only one needed?