Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/actions/setup
25 changes: 0 additions & 25 deletions .github/actions/setup/action.yml

This file was deleted.

330 changes: 0 additions & 330 deletions .github/workflows/build.yml

This file was deleted.

3 changes: 1 addition & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
run: echo "VERSION=$(cat VERSION)" >> $GITHUB_OUTPUT
build:
needs: [set_version]
uses: ./.github/workflows/build.yml
uses: gardenlinux/gardenlinux/.github/workflows/build.yml@main
with:
version: ${{ needs.set_version.outputs.VERSION }}
arch: '["amd64"]'
29 changes: 29 additions & 0 deletions flavors.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
targets:
- name: openstackbaremetal
category: baremetal
flavors:
- features:
- metal3
- orabos
arch: amd64
build: true
test: true
test-platform: false
publish: false
- features:
- orabos
arch: amd64
build: true
test: true
test-platform: false
publish: false
- name: vmware
category: hypervisor
flavors:
- features:
- orabos
arch: amd64
build: true
test: true
test-platform: false
publish: false
Loading
Loading