Added arm64 targets for linux binaries

This commit is contained in:
Peter Schuurman
2021-05-26 11:23:36 -07:00
parent f69d0c8ddc
commit bd2a900a37
4 changed files with 35 additions and 13 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ function get-version() {
function install-lib() {
apt-get update
apt-get install -y libsystemd-dev
apt-get install -y libsystemd-dev gcc-aarch64-linux-gnu
# Turn off go modules here, because we are not trying to install
# ginkgo library/module. We are trying to install the ginkgo executable.
GO111MODULE=off go get -v github.com/onsi/ginkgo/ginkgo