Enable linuxarm64 for autobuilds

This commit is contained in:
BtbN 2022-07-06 17:00:37 +02:00
parent 9c766b0b33
commit 8a44955e4c
3 changed files with 5 additions and 5 deletions

View File

@ -63,7 +63,7 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [win64,linux64]
target: [win64,linux64,linuxarm64]
steps:
- name: Checkout
uses: actions/checkout@v3
@ -99,7 +99,7 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [win64,linux64]
target: [win64,linux64,linuxarm64]
variant: [gpl,lgpl,gpl 4.4,gpl 5.0,lgpl 4.4,lgpl 5.0,gpl-shared,lgpl-shared,gpl-shared 4.4,gpl-shared 5.0,lgpl-shared 4.4,lgpl-shared 5.0]
steps:
- name: Checkout
@ -140,7 +140,7 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [win64,linux64]
target: [win64,linux64,linuxarm64]
variant: [gpl,lgpl,gpl 4.4,gpl 5.0,lgpl 4.4,lgpl 5.0,gpl-shared,lgpl-shared,gpl-shared 4.4,gpl-shared 5.0,lgpl-shared 4.4,lgpl-shared 5.0]
steps:
- name: Checkout

View File

@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [win64,linux64]
target: [win64,linux64,linuxarm64]
variant: [gpl,lgpl,gpl 4.4,gpl 5.0,lgpl 4.4,lgpl 5.0,gpl-shared,lgpl-shared,gpl-shared 4.4,gpl-shared 5.0,lgpl-shared 4.4,lgpl-shared 5.0]
steps:
- name: Checkout

View File

@ -12,7 +12,7 @@ Linux (arm64) builds are targetting Ubuntu 18.04 (glibc-2.27 + linux-4.15) and a
Builds run daily at 12:00 UTC (or GitHubs idea of that time) and are automatically released on success.
**Auto-Builds run ONLY for win64 and linux64. There are no win32/x86 and linux-arm64/aarch64 auto-builds, though you can produce win32 and linux-arm64 builds yourself following the instructions below.**
**Auto-Builds run ONLY for win64 and linux(arm)64. There are no win32/x86 auto-builds, though you can produce win32 builds yourself following the instructions below.**
### Release Retention Policy