Merge pull request #49 from mvallim/mvallim-patch-1

Update build-bionic.yml
This commit is contained in:
Marcos Tischer Vallim
2022-09-26 19:10:03 -03:00
committed by GitHub
2 changed files with 14 additions and 0 deletions

View File

@ -19,3 +19,10 @@ jobs:
cd scripts
sed -i -E 's/TARGET_UBUNTU_VERSION=(.*)/TARGET_UBUNTU_VERSION="bionic"/g' default_config.sh
./build.sh -
- name: Archive artifacts
uses: actions/upload-artifact@v3
with:
name: ubuntu-from-scratch
path: |
scripts/ubuntu-from-scratch.iso
scripts/image/md5sum.txt

View File

@ -19,3 +19,10 @@ jobs:
cd scripts
sed -i -E 's/TARGET_UBUNTU_VERSION=(.*)/TARGET_UBUNTU_VERSION="focal"/g' default_config.sh
./build.sh -
- name: Archive artifacts
uses: actions/upload-artifact@v3
with:
name: ubuntu-from-scratch
path: |
scripts/ubuntu-from-scratch.iso
scripts/image/md5sum.txt