File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 20
20
IMAGE_NAME : ${{ github.repository }}
21
21
22
22
jobs :
23
+ build-base-standalone-test :
24
+ strategy :
25
+ fail-fast : false
26
+ matrix :
27
+ variant :
28
+ # - base
29
+ - base-standalone
30
+
31
+ uses : ./.github/workflows/docker-build.yml
32
+ with :
33
+ variant : ${{ matrix.variant }}
23
34
build-base :
24
35
strategy :
25
36
fail-fast : false
26
37
matrix :
27
38
variant :
28
39
- base
29
- - base-standalone
40
+ # - base-standalone
30
41
31
42
uses : ./.github/workflows/docker-build.yml
32
43
with :
Original file line number Diff line number Diff line change 36
36
37
37
FROM ghcr.io/ultramarine-linux/ultramarine:41
38
38
RUN --mount=type=cache,target=/var/cache \
39
- dnf5 install -y kernel systemd bootc bootupd ostree flatpak dbus dbus-daemon rpmdevtools make selinux-policy python3-pip 'dnf-command(config-manager)'
39
+ dnf5 install -y kernel systemd bootc bootupd ostree flatpak dbus dbus-daemon rpmdevtools make selinux-policy python3-pip 'dnf-command(config-manager)' grub2-common grub2-pc grub2-efi-x64
40
40
# COPY --from=builder /target-rootfs/ /
41
41
RUN rm -rf /boot/*
42
42
RUN mkdir -p /sysroot/ostree
You can’t perform that action at this time.
0 commit comments