summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2021-08-17 12:22:48 -0400
committerAndrew Lee <alee14498@protonmail.com>2021-08-17 12:22:48 -0400
commite0b4354f5c8a367f40c7a9842372585936b0069a (patch)
treeb3822f27cb5b6f8c0095eca48a22d7b1983da95c /.github/workflows
parenta87c82a300d9e998e30ab1128b9c92e125f2f235 (diff)
downloadYouTube-TV-Client-e0b4354f5c8a367f40c7a9842372585936b0069a.tar.gz
YouTube-TV-Client-e0b4354f5c8a367f40c7a9842372585936b0069a.tar.bz2
YouTube-TV-Client-e0b4354f5c8a367f40c7a9842372585936b0069a.zip
Removing armv7l for now
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 3 insertions, 1 deletions
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