refactor: integrate app service into main repo (#2156)

* refactor: integrate app service into main repo

* Delete framework/app-service/LICENSE.md

* fix(manifest): remove unused manager deploy file

* refactor: change the output dir of CRDs to the standard path

---------

Co-authored-by: Peng Peng <billpengpeng@gmail.com>
This commit is contained in:
dkeven
2025-12-05 11:21:36 +08:00
committed by GitHub
parent ba8868d771
commit af9e1993d1
317 changed files with 51957 additions and 4 deletions

View File

@@ -0,0 +1,24 @@
name: Build the main branch
on:
push:
branches:
- "module-appservice"
pull_request:
branches:
- "module-appservice"
defaults:
run:
working-directory: framework/app-service
jobs:
build0-main:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y btrfs-progs libbtrfs-dev
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.24.6'
- run: make build