feat: enable secureboot

This commit is contained in:
Marcos Tischer Vallim
2024-09-06 19:06:45 -03:00
parent ff619402eb
commit e8c6ecab25

29
.github/workflows/build-noble.yml vendored Normal file
View 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