Skip to content

Commit

Permalink
Merge pull request #2520 from puppetlabs/use-docker-buildx
Browse files Browse the repository at this point in the history
(maint) Fix Travis docker build issue
  • Loading branch information
jpartlow committed Apr 14, 2021
2 parents a26e6c7 + e317829 commit 464fd6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ else
endif

build: prep
docker build \
docker buildx build \
${DOCKER_BUILD_FLAGS} \
--load \
--pull \
--build-arg build_type=$(BUILD_TYPE) \
--build-arg vcs_ref=$(vcs_ref) \
Expand Down

0 comments on commit 464fd6f

Please sign in to comment.