Skip to content

Commit fa60e5c

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

File tree

6 files changed

+30
-358
lines changed

6 files changed

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

flavors.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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+
- name: vmware
19+
category: hypervisor
20+
flavors:
21+
- features:
22+
- orabos
23+
arch: amd64
24+
build: true
25+
test: true
26+
test-platform: false
27+
publish: false

0 commit comments

Comments
 (0)