Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
notandy committed Mar 21, 2024
1 parent 7e68371 commit d87fc00
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build_cc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: build garden linux for cc
on:
workflow_dispatch:
env:
IMAGE_NAME: gardenlinux/gardenlinux-cc
jobs:
image:
name: make
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # [email protected]
- uses: ./.github/actions/setup # pre-clean up and setup tasks for action runner
with:
arch: "amd64"

- name: build
run: ./build openstackbaremetal-khost_ignite

0 comments on commit d87fc00

Please sign in to comment.