Просмотр исходного кода

Merge pull request #1048 from chris-crone/no-export

Do not unnecessarily export images
Guillaume Tardif 4 лет назад
Родитель
Сommit
016b04eb97
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      Makefile

+ 1 - 0
Makefile

@@ -13,6 +13,7 @@
 #   limitations under the License.
 
 export DOCKER_BUILDKIT=1
+export BUILDX_NO_DEFAULT_LOAD=1
 
 UNAME_S := $(shell uname -s)
 ifeq ($(UNAME_S),Linux)