1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh.git synced 2024-09-03 19:46:01 +02:00

define GOCACHE for ARM64

This commit is contained in:
Gredin67 2021-07-06 16:25:50 +02:00 committed by GitHub
parent 35f4e8f24b
commit 7a9d62a6fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -125,8 +125,8 @@ fi
ynh_install_extra_app_dependencies --repo="http://http.debian.net/debian buster-backports main" --package="golang-go"
#export GOPATH="$final_path"
#export GOCACHE="$GOPATH"/.cache/go-build
export GOPATH="$final_path"
export GOCACHE="$GOPATH"/.cache/go-build
export PATH=$PATH:$GO_PATH
env_path=$PATH