Skip to content

Commit

Permalink
oci/test: update docker build command for buildx
Browse files Browse the repository at this point in the history
Update docker build to command to use buildx. Build fails with unknown
flag without it in the docker in CI.

Signed-off-by: Sunny <darkowlzz@protonmail.com>
  • Loading branch information
darkowlzz committed May 11, 2023
1 parent b21e269 commit 1013011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oci/tests/integration/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ app:
CGO_ENABLED=0 go build -v -o app ./testapp

docker-build: app
docker build -t $(TEST_IMG) --load .
docker buildx build -t $(TEST_IMG) --load .

test:
docker image inspect $(TEST_IMG) >/dev/null
Expand Down

0 comments on commit 1013011

Please sign in to comment.