Skip to content

Commit

Permalink
add build bionic action
Browse files Browse the repository at this point in the history
  • Loading branch information
mvallim committed Jun 9, 2021
1 parent 6bcd385 commit 4744cd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-bionic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-focal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4744cd1

Please sign in to comment.