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 4744cd1 commit c5c7f91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-bionic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Build
run: |
cd scripts
export TARGET_UBUNTU_VERSION=bionic
sed -i -E 's/TARGET_UBUNTU_VERSION=(.*)/TARGET_UBUNTU_VERSION="bionic"/g' default_config.sh
./build.sh -
- name: Compress
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-focal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Build
run: |
cd scripts
export TARGET_UBUNTU_VERSION=focal
sed -i -E 's/TARGET_UBUNTU_VERSION=(.*)/TARGET_UBUNTU_VERSION="focal"/g' default_config.sh
./build.sh -
- name: Compress
run: |
Expand Down
2 changes: 1 addition & 1 deletion scripts/default_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# The version of Ubuntu to generate. Successfully tested: bionic, cosmic, disco, eoan, focal, groovy
# See https://wiki.ubuntu.com/DevelopmentCodeNames for details
export TARGET_UBUNTU_VERSION="${TARGET_UBUNTU_VERSION:-focal}"
export TARGET_UBUNTU_VERSION="focal"

# The packaged version of the Linux kernel to install on target image.
# See https://wiki.ubuntu.com/Kernel/LTSEnablementStack for details
Expand Down

0 comments on commit c5c7f91

Please sign in to comment.