Add support for Linux arm64 (#446)

This commit is contained in:
Michael Telatynski
2023-04-18 11:38:26 +01:00
committed by GitHub
parent 392545a57f
commit 0d0b333f40
9 changed files with 114 additions and 27 deletions

View File

@@ -97,6 +97,7 @@ jobs:
name: Linux (sqlcipher system)
uses: ./.github/workflows/build_linux.yaml
with:
arch: amd64
config: element.io/${{ inputs.mode || 'nightly' }}
sqlcipher: system
version: ${{ needs.prepare.outputs.linux-version }}
@@ -108,6 +109,7 @@ jobs:
name: Linux (sqlcipher static)
uses: ./.github/workflows/build_linux.yaml
with:
arch: amd64
deploy-mode: true
config: element.io/${{ inputs.mode || 'nightly' }}
sqlcipher: static
@@ -159,4 +161,4 @@ jobs:
uses: ./.github/workflows/reprepro.yaml
secrets: inherit
with:
artifact-name: linux-sqlcipher-system
artifact-name: linux-amd64-sqlcipher-system