Skip to content
This repository was archived by the owner on May 3, 2022. It is now read-only.
This repository was archived by the owner on May 3, 2022. It is now read-only.

SKIP_DOCKER=true make build still attempts to use Docker for Darwin build #891

@radu-matei

Description

@radu-matei
$ export SKIP_DOCKER=true
$ make build
bash -c "LDFLAGS=\"-w -s -X github.com/cnabio/duffle/pkg/version.Version=2fc6ad7\" scripts/build.sh"
building linux-amd64
building windows-amd64
building darwin-amd64
docker build \
        -t duffle:2fc6ad7 \
        --build-arg LDFLAGS='-w -s -X github.com/cnabio/duffle/pkg/version.Version=2fc6ad7' \
        .
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
Makefile:110: recipe for target 'build-image' failed
make: *** [build-image] Error 1

cc @krancour

Metadata

Metadata

Assignees

No one assigned

    Labels

    CIbugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions