diff options
author | Christoph Settgast <csett86_git@quicksands.de> | 2023-07-17 11:51:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-17 11:51:49 +0200 |
commit | c0226059106fd23585956a3d32553d5d4778e6e6 (patch) | |
tree | 6e70496d779c9444b354b1f6b560ac713cff5742 /.github | |
parent | 481ee44faef30fe69df861eebd144e4603c61574 (diff) |
ci: add support for linux-arm64 AppImage and deb (#889)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4144fcc..24867b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,10 @@ jobs: path: | dist/jitsi-meet-amd64.deb dist/jitsi-meet-x86_64.AppImage + dist/jitsi-meet-arm64.deb + dist/jitsi-meet-arm64.AppImage dist/latest-linux.yml + dist/latest-linux-arm64.yml build-mac: name: macOS runs-on: macos-11 @@ -48,6 +51,7 @@ jobs: run: | echo "CSC_LINK=${{ secrets.mac_cert }}" >> $GITHUB_ENV echo "CSC_KEY_PASSWORD=${{ secrets.mac_cert_password }}" >> $GITHUB_ENV + echo "CSC_FOR_PULL_REQUEST=true" >> $GITHUB_ENV echo "APPLE_ID=${{ secrets.apple_id }}" >> $GITHUB_ENV echo "APPLE_ID_PASSWORD=${{ secrets.apple_id_password }}" >> $GITHUB_ENV echo "TEAM_ID=${{ secrets.team_id }}" >> $GITHUB_ENV |