From a87c82a300d9e998e30ab1128b9c92e125f2f235 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 17 Aug 2021 12:14:15 -0400 Subject: Hopefully this will build for armx7l and arm64 --- .github/workflows/build.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c330180..7712afd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: - name: Installing dependencies for Ubuntu if: startsWith(matrix.os, 'ubuntu') run: sudo apt install --no-install-recommends -y libopenjp2-tools rpm libarchive-tools - + - name: Check out Git repository uses: actions/checkout@v1 @@ -40,6 +40,10 @@ jobs: # (No need to define this secret in the repo settings) github_token: ${{ secrets.github_token }} + args: "--x64 --armv7l --arm64" + + max_attempts: "3" + # If the commit is tagged with a version (e.g. "v1.0.0"), # release the app after building release: ${{ startsWith(github.ref, 'refs/tags/v') }} -- cgit v1.2.3