diff --git a/.github/workflows/build-noble.yml b/.github/workflows/build-noble.yml new file mode 100644 index 00000000..e3725d08 --- /dev/null +++ b/.github/workflows/build-noble.yml @@ -0,0 +1,29 @@ +name: build-jammy + +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + workflow_dispatch: + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + + - name: Build + run: | + cd scripts + sed -i -E 's/TARGET_UBUNTU_VERSION=(.*)/TARGET_UBUNTU_VERSION="noble"/g' default_config.sh + ./build.sh - + cd .. + - name: Archive artifacts + uses: actions/upload-artifact@v3 + with: + name: ubuntu-from-scratch + path: | + scripts/ubuntu-from-scratch.iso + scripts/image/md5sum.txt