diff options
| author | Mullvad build server <app@mullvad.net> | 2022-11-01 16:14:23 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2022-11-30 14:45:46 +0100 |
| commit | bb179fae8829547e8b077a844a99cb45ed9410ed (patch) | |
| tree | 8a2d85bea4bd1e6e172b88ed8364b2852b924d5c /.github | |
| parent | 5cb79e2a278c9e7ee94e27f2fa63e1cd83e42f82 (diff) | |
| download | mullvadvpn-bb179fae8829547e8b077a844a99cb45ed9410ed.tar.xz mullvadvpn-bb179fae8829547e8b077a844a99cb45ed9410ed.zip | |
Add initial build-and-publish.sh script and readme for build containers
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/verify-locked-down-signatures.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/verify-locked-down-signatures.yml b/.github/workflows/verify-locked-down-signatures.yml index 9ca5088e19..0912fa6104 100644 --- a/.github/workflows/verify-locked-down-signatures.yml +++ b/.github/workflows/verify-locked-down-signatures.yml @@ -11,6 +11,10 @@ on: - ios/MullvadVPN.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved - android/gradle/verification-metadata.xml - android/gradle/wrapper/gradle-wrapper.properties + - building/build-and-publish.sh + - building/mullvad-app-container-signing.asc + - building/linux-container-image-tag.txt + - building/android-container-image-tag.txt workflow_dispatch: jobs: verify-signatures: |
