Skip to content

Commit

Permalink
Added support for other architecture in setup with docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
parauliya authored and mmlb committed Apr 21, 2020
1 parent 7f4eb99 commit 484c120
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup_with_docker_compose.sh
Original file line number Diff line number Diff line change
@@ -47,10 +47,7 @@ function setup_osie_with_nginx() {
curl 'https://packet-osie-uploads.s3.amazonaws.com/osie-v19.10.23.00-n=55,c=be58d67,b=master.tar.gz' -o osie.tar.gz
tar -zxvf osie.tar.gz
cd /tmp/'osie-v19.10.23.00-n=55,c=be58d67,b=master'
cp -r grub /packet/nginx/misc/osie/current/
cp modloop-x86_64 /packet/nginx/misc/osie/current/
cp initramfs-x86_64 /packet/nginx/misc/osie/current/
cp vmlinuz-x86_64 /packet/nginx/misc/osie/current/
cp -r * /packet/nginx/misc/osie/current/
rm /tmp/'osie-v19.10.23.00-n=55,c=be58d67,b=master' -rf
}
function build_and_setup_certs () {

0 comments on commit 484c120

Please sign in to comment.