Switch to new matrix
This commit is contained in:
@@ -8,8 +8,6 @@ include:
|
|||||||
- RECIPE:
|
- RECIPE:
|
||||||
- recipe-desktop.yml
|
- recipe-desktop.yml
|
||||||
- recipe-framework-13.yml
|
- recipe-framework-13.yml
|
||||||
CONTAINERFILE: Containerfile.j
|
USER: jp
|
||||||
USR_DIR: usr-j
|
- RECIPE: recipe-cp.yml
|
||||||
- RECIPE: recipe-c.yml
|
USER: cp
|
||||||
CONTAINERFILE: Containerfile.c
|
|
||||||
USR_DIR: usr-c
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ ARG BASE_IMAGE_URL=ghcr.io/ublue-os/cinnamon-main
|
|||||||
|
|
||||||
FROM ${BASE_IMAGE_URL}:${FEDORA_MAJOR_VERSION}
|
FROM ${BASE_IMAGE_URL}:${FEDORA_MAJOR_VERSION}
|
||||||
|
|
||||||
ARG USR_DIR=usr-c
|
ARG USR_DIR=usr-cp
|
||||||
|
|
||||||
# The default recipe set to the recipe's default filename
|
# The default recipe set to the recipe's default filename
|
||||||
# so that `podman build` should just work for many people.
|
# so that `podman build` should just work for many people.
|
||||||
@@ -11,7 +11,7 @@ ARG BASE_IMAGE_URL=ghcr.io/ublue-os/kinoite-main
|
|||||||
|
|
||||||
FROM ${BASE_IMAGE_URL}:${FEDORA_MAJOR_VERSION}
|
FROM ${BASE_IMAGE_URL}:${FEDORA_MAJOR_VERSION}
|
||||||
|
|
||||||
ARG USR_DIR=usr-j
|
ARG USR_DIR=usr-jp
|
||||||
|
|
||||||
# The default recipe set to the recipe's default filename
|
# The default recipe set to the recipe's default filename
|
||||||
# so that `podman build` should just work for many people.
|
# so that `podman build` should just work for many people.
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
name: laptop-c
|
name: laptop
|
||||||
base-image: ghcr.io/ublue-os/cinnamon-main
|
base-image: ghcr.io/ublue-os/cinnamon-main
|
||||||
fedora-version: 38
|
fedora-version: 38
|
||||||
description: The image of Wunker OS for a regular Cinnaomon user.
|
description: The image of Wunker OS for a regular Cinnaomon user.
|
||||||
|
|||||||
Reference in New Issue
Block a user