mirror of
https://github.com/element-hq/element-desktop
synced 2025-04-02 04:13:41 +02:00
Iterate
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
ac2db66507
commit
c5a1d95e83
10
.github/workflows/build_and_test.yaml
vendored
10
.github/workflows/build_and_test.yaml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user