Skip to content

Commit

Permalink
Update makefile-sysdig
Browse files Browse the repository at this point in the history
  • Loading branch information
giovinazzorocco authored Aug 28, 2024
1 parent 0133b1a commit 60c889d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion makefile-sysdig
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,9 @@ endif
build-dependency-image:
docker buildx rm -f $(PROJECT)-builder || true
docker buildx create --name $(PROJECT)-builder --use
docker buildx build --platform linux/arm64,linux/amd64 $(PUSH_FLAG) --tag $(DEPENDENCY_IMAGE_NAME) --tag $(DEPENDENCY_IMAGE_NAME_GAR) --file Dependency-Dockerfile .
docker buildx build --platform linux/arm64,linux/amd64 $(PUSH_FLAG) --tag $(DEPENDENCY_IMAGE_NAME) --file Dependency-Dockerfile .

build-dependency-image-gar:
docker buildx rm -f $(PROJECT)-builder || true
docker buildx create --name $(PROJECT)-builder --use
docker buildx build --platform linux/arm64,linux/amd64 $(PUSH_FLAG) --tag $(DEPENDENCY_IMAGE_NAME_GAR) --file Dependency-Dockerfile .

0 comments on commit 60c889d

Please sign in to comment.