mirror of
https://github.com/mvallim/live-custom-ubuntu-from-scratch.git
synced 2025-07-25 16:59:53 +00:00
feat: enable secureboot
This commit is contained in:
29
.github/workflows/build-noble.yml
vendored
Normal file
29
.github/workflows/build-noble.yml
vendored
Normal file
@ -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
|
Reference in New Issue
Block a user