From d87fc0043ad0ea172865841eb83041a285666ec3 Mon Sep 17 00:00:00 2001 From: Andrew Karpow Date: Thu, 21 Mar 2024 10:14:22 -0400 Subject: [PATCH] wip --- .github/workflows/build_cc.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/build_cc.yml diff --git a/.github/workflows/build_cc.yml b/.github/workflows/build_cc.yml new file mode 100644 index 000000000..c247c2765 --- /dev/null +++ b/.github/workflows/build_cc.yml @@ -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 # pin@v4.1.1 + - uses: ./.github/actions/setup # pre-clean up and setup tasks for action runner + with: + arch: "amd64" + + - name: build + run: ./build openstackbaremetal-khost_ignite