add build bionic action

This commit is contained in:
Marcos Tischer Vallim
2021-06-08 23:22:18 -03:00
parent 6bcd385f6a
commit 4744cd1abc
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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