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

Do not unnecessarily export images
This commit is contained in:
Guillaume Tardif 2020-12-14 09:13:26 +01:00 committed by GitHub
commit 016b04eb97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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)