From e0b4354f5c8a367f40c7a9842372585936b0069a Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 17 Aug 2021 12:22:48 -0400 Subject: Removing armv7l for now --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7712afd..597932e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,10 +40,12 @@ jobs: # (No need to define this secret in the repo settings) github_token: ${{ secrets.github_token }} - args: "--x64 --armv7l --arm64" + args: "--x64 --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') }} + + \ No newline at end of file -- cgit v1.2.3