Notgnoshi / dotfiles

Personal dotfiles and shell scripts

Home Page:https://agill.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installing checkmake fails

Notgnoshi opened this issue · comments

Building and installing checkmake...
Already up to date.
Sending build context to Docker daemon  878.6kB
Step 1/9 : FROM golang:1.13 as builder
 ---> d6f3656320fe
Step 2/9 : COPY . /checkmake
 ---> dba4c08bb44c
Step 3/9 : RUN cd /go/src/github.com/mrtazz/checkmake && GOOS=linux GOARCH=amd64 CGO_ENABLED=0 make binaries
 ---> Running in 460d484ec592
/bin/sh: 1: cd: can't cd to /go/src/github.com/mrtazz/checkmake
The command '/bin/sh -c cd /go/src/github.com/mrtazz/checkmake && GOOS=linux GOARCH=amd64 CGO_ENABLED=0 make binaries' returned a non-zero code: 2

Closing as I don't see myself writing makefiles from scratch anymore (CMake ftw!)