Skip to content

Commit 7669348

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

File tree

6 files changed

+26
-358
lines changed

6 files changed

+26
-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@3f39fad3f472121fd90579fa7d621ef566e90b4a
2828
with:
2929
version: ${{ needs.set_version.outputs.VERSION }}
30-
arch: '["amd64"]'

flavors.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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+
- features:
12+
- orabos
13+
arch: amd64
14+
build: true
15+
test: true
16+
- name: vmware
17+
category: hypervisor
18+
flavors:
19+
- features:
20+
- orabos
21+
arch: amd64
22+
build: true
23+
test: true

0 commit comments

Comments
 (0)