* Temporarily disable all but Windows CI builds for testing.
* Add logic to Windows CI build to sign with remote USB token.
* Temporarily disable ARM build to reduce runtime.
* Fix syntax errors.
* Fix another syntax error.
* Add forgotten pipe symbol.
* Fix SSH tunnel specification.
* Use full path to SSH key.
* Add separate SSH_USER secret for configuring SSH username.
* Need to create .ssh folder.
* Need to specify port for ssh-keyscan.
* chmod 600 private key.
* Need to pass -N to ssh to keep tunnel up.
* Create SSH tunnel just prior to building.
* Explicitly specify localhost for port forward hostname.
* Keep SSH connection alive.
* Ran into known segfault issue on 24.04.
* Update pkg-config.
* Kill SSH after completion of build.
* Revert "Temporarily disable ARM build to reduce runtime."
This reverts commit db1cee1ce9.
* Add macOS/Linux and GH Action info to documentation.
* Revert "Temporarily disable all but Windows CI builds for testing."
This reverts commit 4b76d359f3.
* Add additional information to documentation about remote USB keys.
* Add code signing documentation link to README.
* Add PR #1312 to changelog.
* Add support for signing with a second certificate.
* Fix typos.
* Ensure installer components get secondary signed too.
* Fix spurious codec2-related signing error.