This is an automated email from the ASF dual-hosted git repository.

mtaha pushed a commit to branch multi-arch-build-test
in repository https://gitbox.apache.org/repos/asf/age.git


The following commit(s) were added to refs/heads/multi-arch-build-test by this 
push:
     new b3320d21 Add push hook to overwrite default behaviour (#1680)
b3320d21 is described below

commit b3320d212107b641b9af3f9f50fa1b68ece166f1
Author: Muhammad Taha Naveed <[email protected]>
AuthorDate: Fri Mar 15 19:32:01 2024 +0500

    Add push hook to overwrite default behaviour (#1680)
---
 docker/hooks/build | 4 ----
 docker/hooks/push  | 0
 2 files changed, 4 deletions(-)

diff --git a/docker/hooks/build b/docker/hooks/build
index fb9792c6..19f4c319 100644
--- a/docker/hooks/build
+++ b/docker/hooks/build
@@ -1,8 +1,4 @@
 #!/bin/bash
 
 docker buildx create --name multiarch --use --platform 
linux/amd64,linux/arm64/v8
-docker buildx inspect multiarch --bootstrap
-docker context ls
-docker buildx inspect multiarch
-docker manifest inspect $IMAGE_NAME
 docker buildx build ../ -t $IMAGE_NAME -f Dockerfile --platform 
linux/amd64,linux/arm64/v8 --push --no-cache
\ No newline at end of file
diff --git a/docker/hooks/push b/docker/hooks/push
new file mode 100644
index 00000000..e69de29b

Reply via email to