Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2025-02-17 10:07:31 +00:00
parent ac2db66507
commit c5a1d95e83
No known key found for this signature in database
GPG Key ID: A2B008A5F49F5D0D

View File

@ -22,7 +22,7 @@ jobs:
uses: ./.github/workflows/build_windows.yaml uses: ./.github/workflows/build_windows.yaml
strategy: strategy:
matrix: matrix:
arch: [x64, ia32] arch: [x64]
with: with:
arch: ${{ matrix.arch }} arch: ${{ matrix.arch }}
@ -82,10 +82,10 @@ jobs:
artifact: linux-arm64-sqlcipher-static artifact: linux-arm64-sqlcipher-static
executable: "/opt/Element/element-desktop" executable: "/opt/Element/element-desktop"
prepare_cmd: "sudo apt-get -qq update && sudo apt install -y ./dist/*.deb" prepare_cmd: "sudo apt-get -qq update && sudo apt install -y ./dist/*.deb"
- name: Windows (x86) # - name: Windows (x86)
os: windows-2022 # os: windows-2022
artifact: win-ia32 # artifact: win-ia32
executable: "./dist/win-ia32-unpacked/Element.exe" # executable: "./dist/win-ia32-unpacked/Element.exe"
- name: Windows (x64) - name: Windows (x64)
os: windows-2022 os: windows-2022
artifact: win-x64 artifact: win-x64