From 8a44955e4c1eae4df4dc5cf042a5297dd0064509 Mon Sep 17 00:00:00 2001 From: BtbN Date: Wed, 6 Jul 2022 17:00:37 +0200 Subject: [PATCH] Enable linuxarm64 for autobuilds --- .github/workflows/build.yml | 6 +++--- .github/workflows/pr.yml | 2 +- README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 57078d5..59f0d16 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 35c90f1..62394a3 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -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 diff --git a/README.md b/README.md index 19930c2..e4a98cb 100644 --- a/README.md +++ b/README.md @@ -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