Skip to content

Commit

Permalink
Stop trying to mirror 3.14
Browse files Browse the repository at this point in the history
Turns out that .apk files with the same name on different versions are
in fact different, as they were built by different toolchains. I did not
think of this.
  • Loading branch information
tbodt committed Jun 25, 2021
1 parent ab48933 commit 95cd817
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/update-alpine-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
RCLONE_CONFIG: ${{ secrets.RCLONE_CONFIG }}
- name: Update
run: |
deps/aports/sync-archive.sh v3.14 main/x86
deps/aports/sync-archive.sh v3.14 community/x86
deps/aports/sync-archive.sh v3.12 main/x86 deps/aports/main/x86/index.txt
deps/aports/sync-archive.sh v3.12 community/x86 deps/aports/community/x86/index.txt
- name: Commit
Expand Down

0 comments on commit 95cd817

Please sign in to comment.