mirror of
https://github.com/mvallim/live-custom-ubuntu-from-scratch.git
synced 2025-08-01 16:40:21 +00:00
add build bionic action
This commit is contained in:
3
.github/workflows/build-bionic.yml
vendored
3
.github/workflows/build-bionic.yml
vendored
@ -17,7 +17,8 @@ jobs:
|
||||
- name: Build
|
||||
run: |
|
||||
cd scripts
|
||||
TARGET_UBUNTU_VERSION=bionic ./build.sh -
|
||||
export TARGET_UBUNTU_VERSION=bionic
|
||||
./build.sh -
|
||||
- name: Compress
|
||||
run: |
|
||||
gzip scripts/ubuntu-from-scratch.iso
|
||||
|
3
.github/workflows/build-focal.yml
vendored
3
.github/workflows/build-focal.yml
vendored
@ -17,7 +17,8 @@ jobs:
|
||||
- name: Build
|
||||
run: |
|
||||
cd scripts
|
||||
TARGET_UBUNTU_VERSION=focal ./build.sh -
|
||||
export TARGET_UBUNTU_VERSION=focal
|
||||
./build.sh -
|
||||
- name: Compress
|
||||
run: |
|
||||
gzip scripts/ubuntu-from-scratch.iso
|
||||
|
Reference in New Issue
Block a user