Sign in
go
/
build
/
c1822c7b4170757bac013378625b1c2e8cc511ae
/
.
/
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
.