Skip to content

Commit fbc3fb9

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

File tree

6 files changed

+24
-358
lines changed

6 files changed

+24
-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: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
targets:
2+
- name: openstackbaremetal
3+
flavors:
4+
- features:
5+
- metal3
6+
- orabos
7+
arch: amd64
8+
build: true
9+
test: true
10+
- features:
11+
- orabos
12+
arch: amd64
13+
build: true
14+
test: true
15+
- name: vmware
16+
flavors:
17+
- features:
18+
- orabos
19+
arch: amd64
20+
build: true
21+
test: true

0 commit comments

Comments
 (0)