Minor updates

This commit is contained in:
Mexit 2021-11-25 18:38:01 +01:00
parent b718b69132
commit e7f9c2a75d

View file

@ -1,3 +1,6 @@
env:
version: v3.15
name: Alpine ISO Builder name: Alpine ISO Builder
on: on:
@ -28,18 +31,18 @@ jobs:
- name: Configure build keys - name: Configure build keys
run: echo | abuild-keygen -i -a run: echo | abuild-keygen -i -a
- name: Make ISO (v3.15) - name: Make ISO (${version})
run: | run: |
chmod +x *.sh chmod +x *.sh
mv *.sh aports/scripts/ mv *.sh aports/scripts/
aports/scripts/mkimage.sh \ aports/scripts/mkimage.sh \
--tag v3.14 \ --tag ${version} \
--arch x86_64 \ --arch x86_64 \
--profile docker \ --profile docker \
--outdir . \ --outdir . \
--repository https://dl-cdn.alpinelinux.org/alpine/v3.15/main \ --repository https://dl-cdn.alpinelinux.org/alpine/${version}/main \
--repository https://dl-cdn.alpinelinux.org/alpine/v3.15/community --repository https://dl-cdn.alpinelinux.org/alpine/${version}/community
- uses: "marvinpinto/action-automatic-releases@latest" - uses: "marvinpinto/action-automatic-releases@latest"
with: with: