Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch committed Dec 31, 2021
1 parent 89eb1ed commit 713aeab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bbn-os-build/bbn-os-build-on-ubuntu.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -e

# For Ubuntu 16.07
# For Ubuntu 16.04.7

export DOCKER_IMAGE=arm32v7/debian:buster
export CONTAINER_DISTRO=debian:buster
Expand All @@ -16,7 +16,8 @@ apt-get install curl git docker.io
rm -rf $WORK_DIR
mkdir $WORK_DIR && cd $WORK_DIR

git clone https://github.com/bareboat-necessities/lysmarine_gen .
#git clone --branch buster https://github.com/bareboat-necessities/lysmarine_gen .
git clone --branch incremental https://github.com/bareboat-necessities/lysmarine_gen .

mv install-scripts cross-build-release/
chmod a+x .circleci/*.sh
Expand Down

0 comments on commit 713aeab

Please sign in to comment.