mirror of
https://github.com/Mexit/AlpDock.git
synced 2025-04-26 15:59:53 +03:00
Update Alpine Linux to v3.15
This commit is contained in:
parent
7c6a308f96
commit
b718b69132
2 changed files with 5 additions and 5 deletions
6
.github/workflows/build_iso.yml
vendored
6
.github/workflows/build_iso.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
- name: Configure build keys
|
||||
run: echo | abuild-keygen -i -a
|
||||
|
||||
- name: Make ISO (v3.14)
|
||||
- name: Make ISO (v3.15)
|
||||
run: |
|
||||
chmod +x *.sh
|
||||
mv *.sh aports/scripts/
|
||||
|
@ -38,8 +38,8 @@ jobs:
|
|||
--arch x86_64 \
|
||||
--profile docker \
|
||||
--outdir . \
|
||||
--repository https://dl-cdn.alpinelinux.org/alpine/v3.14/main \
|
||||
--repository https://dl-cdn.alpinelinux.org/alpine/v3.14/community
|
||||
--repository https://dl-cdn.alpinelinux.org/alpine/v3.15/main \
|
||||
--repository https://dl-cdn.alpinelinux.org/alpine/v3.15/community
|
||||
|
||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue