Skip to content

Commit

Permalink
Make 3.14 the default alpine version
Browse files Browse the repository at this point in the history
  • Loading branch information
tbodt authored Jun 28, 2021
1 parent 1534be9 commit 1d57373
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/update-alpine-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
RCLONE_CONFIG: ${{ secrets.RCLONE_CONFIG }}
- name: Update
run: |
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
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/sync-archive.sh v3.12 community/x86
deps/aports/sync-archive.sh v3.14 main/x86 deps/aports/main/x86/index.txt
deps/aports/sync-archive.sh v3.14 community/x86 deps/aports/community/x86/index.txt
- name: Commit
id: commit
run: |
Expand Down

0 comments on commit 1d57373

Please sign in to comment.