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 .