ci: rework build
Some checks failed
Build containers / Build and push image (linux/arm64, asahi-cosmic, 43) (push) Failing after 4m4s

This commit is contained in:
2026-02-22 15:37:25 +01:00
parent 71ccffc6a3
commit c2fce5096b
6 changed files with 74 additions and 79 deletions

View File

@@ -1,4 +1,13 @@
#Cosmic related packages
# System packages (boot)
packages-aarch64:
- grub2-efi
- efibootmgr
- shim
#System packages (common)
# Core packages (common.yaml upstream)
packages:
- cosmic-edit
- cosmic-files
@@ -16,17 +25,6 @@ packages:
- plymouth-system-theme
- system-config-printer
- xdg-desktop-portal-gtk
# System packages (boot)
packages-aarch64:
- grub2-efi
- efibootmgr
- shim
#System packages (common)
# Core packages (common.yaml upstream)
packages:
# Ensure that we have a kernel. Kernel packages are not in any comps group
# - kernel
# - kernel-modules

View File

@@ -1,4 +1,4 @@
copr:copr.fedorainfracloud.org:group_asahi:fedora-remix-branding]
[copr:copr.fedorainfracloud.org:group_asahi:fedora-remix-branding]
name=Copr repo for fedora-remix-branding owned by @asahi
baseurl=https://download.copr.fedorainfracloud.org/results/@asahi/fedora-remix-branding/fedora-$releasever-$basearch/
type=rpm-md

View File