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 811dc74b Update docker file path in build hook (#1606)
811dc74b is described below

commit 811dc74bd3ea3b97c2d2ab28836a4a8f019fc2ef
Author: Muhammad Taha Naveed <[email protected]>
AuthorDate: Wed Feb 14 12:36:03 2024 +0500

    Update docker file path in build hook (#1606)
---
 docker/hooks/build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/hooks/build b/docker/hooks/build
index c419d92a..19a00428 100644
--- a/docker/hooks/build
+++ b/docker/hooks/build
@@ -1,4 +1,4 @@
 #!/bin/bash
 
 docker buildx create --name multiarch --use
-docker buildx build . -t $IMAGE_NAME -f Dockerfile --platform 
linux/arm64/v8,linux/amd64 --push --no-cache
\ No newline at end of file
+docker buildx build . -t $IMAGE_NAME -f docker/Dockerfile --platform 
linux/arm64/v8,linux/amd64 --push --no-cache
\ No newline at end of file

Reply via email to