diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..1eae9b7 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,13 @@ + +# Yes, we're using FCOS as a buildroot +image: quay.io/fedora/fedora-coreos:stable + +stages: + - build + +build: + stage: build + script: + - rpm-ostree install distribution-gpg-keys + - rpm-ostree compose image --format=oci-archive fedora.yaml fedora.oci-archive +