1 Commits

Author SHA1 Message Date
Adrian Zürcher
8165b2d843 fix workflow take 3
All checks were successful
Build Slideshow App / build (amd64, , linux) (push) Successful in 1m24s
Build Slideshow App / build (amd64, .exe, windows) (push) Successful in 1m20s
Build Slideshow App / build (arm, 7, , linux) (push) Successful in 1m23s
Build Slideshow App / build (arm64, , linux) (push) Successful in 1m26s
2026-01-18 17:06:59 +01:00

View File

@@ -15,19 +15,19 @@ jobs:
strategy:
matrix:
include:
#- os: windows
# arch: amd64
# ext: .exe
#- os: linux
# arch: amd64
# ext: ""
- os: windows
arch: amd64
ext: .exe
- os: linux
arch: amd64
ext: ""
- os: linux
arch: arm64
ext: ""
#- os: linux
# arch: arm
# arm_version: 7
# ext: ""
- os: linux
arch: arm
arm_version: 7
ext: ""
steps: