Sign in
go
/
build
/
d9b70933eb1cba563f7fcdc2c2a124b796dfb0b5
/
.
/
env
/
linux-arm64
/
packet
/
build.sh
blob: 78f16fe4411db40ecbbb336325dc1e6bc178dd59 [
file
] [
log
] [
blame
]
#!/bin/bash
#
# This is run on the arm64 host with the Dockerfile in the same directory.
# The parent Dockerfile and build.sh (linux-arm64/*) must be in parent directory.
(
cd
../
&&
./
build
.
sh
)
&&
docker build
-
t gobuilder
-
arm64
-
packet
:
1
.