Skip to content

[skip-ci] machine images #41

[skip-ci] machine images

[skip-ci] machine images #41

Workflow file for this run

name: MACHINE IMAGE TRIAL
on:
pull_request:
branches:
- main
jobs:
initial-setup:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Pull coreos-assembler image
run: podman pull quay.io/coreos-assembler/coreos-assembler
- name: Create fcos work dir
run: mkdir fcos
cosa-build:
runs-on: ubuntu-latest
needs: initial-setup
defaults:
run:
shell: bash -l {0}
working-directory: fcos
#run: source ./contrib/podman-next/fcos-podmanimage/cosa-snippet
steps:
- name: cosa init
run: |
cosa init https://github.com/coreos/fedora-coreos-config
- name: cosa fetch
run: |
cosa fetch
- name: cosa build
run: |
cosa build