File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -630,8 +630,7 @@ Resources:
630630 - |
631631 # Create directory for E2B infrastructure code
632632 mkdir -p /opt/infra/ && cd /opt/infra/
633- #git clone https://github.com/aws-samples/sample-e2b-on-aws.git && cd sample-e2b-on-aws
634- git clone https://github.com/stevensu1977/sample-e2b-on-aws.git && cd sample-e2b-on-aws
633+ git clone https://github.com/aws-samples/sample-e2b-on-aws.git && cd sample-e2b-on-aws
635634 - !Sub |
636635 # Initialize Configuration
637636 touch /tmp/e2b.log
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ if [ "$ARCHITECTURE" = "arm64" ]; then
6666 rm -rf release-${latest_version} -aarch64
6767else
6868 # Download kernel
69- curl -L https://s3.amazonaws .com/spec.ccfc.min/firecracker-ci/ $CI_VERSION /x86_64/ vmlinux-$KERNEL_VERSION -o ${TEMP_DIR} /kernels/${KERNEL_FOLDER} /vmlinux.bin
69+ curl -L https://storage.googleapis .com/e2b-prod-public-builds/kernels/ vmlinux-6.1.102/vmlinux.bin -o ${TEMP_DIR} /kernels/${KERNEL_FOLDER} /vmlinux.bin
7070 # Download firecracker
7171 curl -L ${fc_url} /download/${FC_VERSION} /firecracker-${FC_VERSION} -x86_64.tgz | tar -xz
7272 mv release-${FC_VERSION} -x86_64/firecracker-${FC_VERSION} -x86_64 \
You can’t perform that action at this time.
0 commit comments