ci: Add initial attempt
This commit is contained in:
parent
ff46f76450
commit
d0e390602b
1 changed files with 13 additions and 0 deletions
13
.gitlab-ci.yml
Normal file
13
.gitlab-ci.yml
Normal file
|
|
@ -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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue