Skip to content

Commit 7c75d41

Browse files
committed
feat: use build.yml directly from gardenlinux
1 parent df4c102 commit 7c75d41

File tree

6 files changed

+32
-358
lines changed

6 files changed

+32
-358
lines changed

.github/actions/setup

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../gardenlinux/.github/actions/setup

.github/actions/setup/action.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/workflows/build.yml

Lines changed: 0 additions & 330 deletions
This file was deleted.

.github/workflows/dev.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
run: echo "VERSION=$(cat VERSION)" >> $GITHUB_OUTPUT
2525
build:
2626
needs: [set_version]
27-
uses: ./.github/workflows/build.yml
27+
uses: gardenlinux/gardenlinux/.github/workflows/build.yml@feat/ccloud_gh_actions
2828
with:
2929
version: ${{ needs.set_version.outputs.VERSION }}
30-
arch: '["amd64"]'

flavors.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
targets:
2+
- name: openstackbaremetal
3+
category: baremetal
4+
flavors:
5+
- features:
6+
- metal3
7+
- orabos
8+
arch: amd64
9+
build: true
10+
test: true
11+
test-platform: false
12+
publish: false
13+
- features:
14+
- orabos
15+
arch: amd64
16+
build: true
17+
test: true
18+
test-platform: false
19+
publish: false
20+
- name: vmware
21+
category: hypervisor
22+
flavors:
23+
- features:
24+
- orabos
25+
arch: amd64
26+
build: true
27+
test: true
28+
test-platform: false
29+
publish: false

0 commit comments

Comments
 (0)