diff --git a/.gitlab/.gitlab-ci.yml b/.gitlab/.gitlab-ci.yml index 749d1120b..3fb49fcde 100644 --- a/.gitlab/.gitlab-ci.yml +++ b/.gitlab/.gitlab-ci.yml @@ -567,8 +567,7 @@ package for linux arm64: GOOS: "linux" GOARCH: "arm64" script: - - touch /etc/apt/sources.list.d/goreleaser.list - - chmod 666 /etc/apt/sources.list.d/goreleaser.list + - chmod 666 /etc/apt/sources.list.d - echo 'deb [trusted=yes] https://repo.goreleaser.com/apt/ /' | tee /etc/apt/sources.list.d/goreleaser.list - apt update && apt install nfpm=2.11.3 - apt-get update && apt-get install -y -qq build-essential diff --git a/idk/Makefile b/idk/Makefile index 59d7937b9..913bd7f92 100644 --- a/idk/Makefile +++ b/idk/Makefile @@ -350,6 +350,7 @@ cli-startup: cd certstrap go build mv ./certstrap /usr/local/bin/ + chmod 777 /usr/local/bin/certstrap $(MAKE) testenv $(MAKE) vendor $(MAKE) startup \ No newline at end of file