diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-08-17 12:14:15 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-08-17 12:14:15 -0400 |
| commit | a87c82a300d9e998e30ab1128b9c92e125f2f235 (patch) | |
| tree | 520fa8912f44dc0bea758b30fe109226d59ba2af /.github | |
| parent | bc29656612d2db3ab5c4b2262c3f6e2c4a396946 (diff) | |
| download | YouTube-TV-Client-a87c82a300d9e998e30ab1128b9c92e125f2f235.tar.gz YouTube-TV-Client-a87c82a300d9e998e30ab1128b9c92e125f2f235.tar.bz2 YouTube-TV-Client-a87c82a300d9e998e30ab1128b9c92e125f2f235.zip | |
Hopefully this will build for armx7l and arm64
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 5 insertions, 1 deletions
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') }} |
