Skip to content

Commit

Permalink
DEVX-1556 Update makefile-sysdig to push to gar
Browse files Browse the repository at this point in the history
  • Loading branch information
giovinazzorocco authored Aug 28, 2024
1 parent bb633c4 commit 0133b1a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions makefile-sysdig
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ 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) --file Dependency-Dockerfile .
docker buildx imagetools create --tag $(DEPENDENCY_IMAGE_NAME_GAR) $(DEPENDENCY_IMAGE_NAME)
docker buildx build --platform linux/arm64,linux/amd64 $(PUSH_FLAG) --tag $(DEPENDENCY_IMAGE_NAME) --tag $(DEPENDENCY_IMAGE_NAME_GAR) --file Dependency-Dockerfile .

0 comments on commit 0133b1a

Please sign in to comment.