Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
Signed-off-by: Lokesh Mandvekar <[email protected]>
  • Loading branch information
lsm5 committed Feb 9, 2024
1 parent 0aba18a commit 2d8a2c0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/machine-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}

steps:
- name: Check out code
Expand All @@ -23,18 +20,21 @@ jobs:
run: mkdir fcos

- name: cosa init
shell: bash -l {0}
run: |
source ./contrib/podman-next/fcos-podmanimage/cosa-snippet
cd fcos
cosa init https://github.com/coreos/fedora-coreos-config
- name: cosa fetch
shell: bash -l {0}
run: |
#source ./contrib/podman-next/fcos-podmanimage/cosa-snippet
cd fcos
cosa fetch
- name: cosa build
shell: bash -l {0}
run: |
#source ./contrib/podman-next/fcos-podmanimage/cosa-snippet
cd fcos
Expand All @@ -52,6 +52,7 @@ jobs:
#cosa buildextend-hyperv
- name: compress image
shell: bash -l {0}
run: |
cd fcos
cosa compress
Expand Down

0 comments on commit 2d8a2c0

Please sign in to comment.