Skip to content

Commit bdffbe1

Browse files
committed
Add base microshift workflow
1 parent 9763065 commit bdffbe1

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: "Build Empty Microshift Server"
2+
on:
3+
workflow_dispatch:
4+
workflow_call:
5+
6+
build-empty:
7+
uses: ./.github/workflows/build-rhel-bootc-image.yml
8+
secrets: inherit
9+
needs: build-ollama-container
10+
with:
11+
containerfile: tegra/Containerfile.podman
12+
dest-image: "redhat-et/rhel-bootc-tegra"
13+
tag-list: "empty"
14+
15+
build-microshift:
16+
uses: ./.github/workflows/build-microshift.yml
17+
secrets: inherit
18+
needs: build-empty
19+
with:
20+
input-image: ${{ needs.build-empty.outputs.dest-reference }}
21+
tag-list: "microshift"

0 commit comments

Comments
 (0)