asahi-cosmic: add gvfs-mtp package
Some checks failed
Build containers / Build and push image (push) Failing after 3m36s

This commit is contained in:
2026-03-01 19:23:31 +01:00
parent 6980d9d209
commit fb497ecd0c
3 changed files with 15 additions and 10 deletions

View File

@@ -49,6 +49,10 @@ jobs:
run: |
sudo -E ./builder.sh "${IMAGE}" "${VERSION}"
- name: Generate changelog
run: |
./changelog.sh "${IMAGE}" "${VERSION}"
- name: Build and push OCI image from rootfs
run: |
set -xeuo pipefail
@@ -95,10 +99,6 @@ jobs:
containers-storage:localhost/${IMAGE}:${full_tag} \
docker://${REGISTRY}/${IMAGE}:${VERSION}
- name: Generate changelog
run: |
./changelog.sh "${IMAGE}" "${VERSION}"
- name: Commit and push changelog
if: github.ref == 'refs/heads/main'
run: |