mirror of
https://github.com/Mexit/AlpDock.git
synced 2025-04-26 15:59:53 +03:00
Image building fix
This commit is contained in:
parent
d5444c420c
commit
3cdd8cbeef
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build_iso.yml
vendored
3
.github/workflows/build_iso.yml
vendored
|
@ -35,8 +35,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
chmod +x *.sh
|
chmod +x *.sh
|
||||||
mv *.sh aports/scripts/
|
mv *.sh aports/scripts/
|
||||||
|
cd aports/scripts/
|
||||||
|
|
||||||
aports/scripts/mkimage.sh \
|
./mkimage.sh \
|
||||||
--tag ${version} \
|
--tag ${version} \
|
||||||
--arch x86_64 \
|
--arch x86_64 \
|
||||||
--profile docker \
|
--profile docker \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue