Image building fix

This commit is contained in:
Mexit 2024-09-09 15:43:30 +02:00
parent d5444c420c
commit 3cdd8cbeef

View file

@ -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 \