Skip to content

Commit

Permalink
Fixing actions 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
hipersayanX committed Jul 9, 2021
1 parent e0af379 commit d507648
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 10
fail-fast: false
matrix:
include:
- system_version: xenial
Expand Down
2 changes: 1 addition & 1 deletion ports/ci/linux/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ BUILDSCRIPT=dockerbuild.sh
system_image=system-image.img
system_mount_point=system-mount-point

cat << EOF >> ${BUILDSCRIPT}
cat << EOF > ${BUILDSCRIPT}
if [ ! -z "${USE_QEMU}" ]; then
# Create the system image to boot with QEMU.
qemu-img create -f raw ${system_image} 1g
Expand Down

0 comments on commit d507648

Please sign in to comment.