Skip to content

Commit

Permalink
buildx instruction for multiplatform container image build (#1896)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjuarezd committed Nov 30, 2023
1 parent 9983417 commit 38dc7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ binary:
operator: assets binary

docker: operator
@docker build --no-cache -t $(TAG) .
@docker buildx build --no-cache --platform linux/amd64,linux/arm64 -t $(TAG) .

build: regen-crd verify plugin operator docker

Expand Down

0 comments on commit 38dc7e3

Please sign in to comment.