mirror of
https://github.com/moby/buildkit.git
synced 2026-08-08 16:50:44 +00:00
Merge pull request #659 from tonistiigi/fix-dfextall
dockerfile: fix building dfextall
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// +build !dfsecrets
|
||||
// +build !dfsecrets,!dfextall
|
||||
|
||||
package instructions
|
||||
|
||||
|
||||
@@ -13,4 +13,7 @@ docker run --rm -v /tmp --privileged $iid go test ${TESTFLAGS:--v} ${TESTPKGS:-.
|
||||
|
||||
docker run --rm $iid go build ./frontend/gateway/client
|
||||
docker run --rm $iid go build ./frontend/dockerfile/cmd/dockerfile-frontend
|
||||
|
||||
docker run --rm $iid go build -tags dfrunmount ./frontend/dockerfile/cmd/dockerfile-frontend
|
||||
docker run --rm $iid go build -tags "dfrunmount dfsecrets" ./frontend/dockerfile/cmd/dockerfile-frontend
|
||||
docker run --rm $iid go build -tags dfextall ./frontend/dockerfile/cmd/dockerfile-frontend
|
||||
|
||||
Reference in New Issue
Block a user