This is an automated email from the ASF dual-hosted git repository.
jgemignani 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 62d0a4ee Modify build context path and dockerfile path (#1612)
62d0a4ee is described below
commit 62d0a4ee58a7b26eb0180d123e8cf0bfa3595fd2
Author: Muhammad Taha Naveed <[email protected]>
AuthorDate: Wed Feb 14 23:48:24 2024 +0500
Modify build context path and dockerfile path (#1612)
---
docker/hooks/build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker/hooks/build b/docker/hooks/build
index 19a00428..2dc25a6c 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 docker/Dockerfile --platform
linux/arm64/v8,linux/amd64 --push --no-cache
\ No newline at end of file
+docker buildx build ../ -t $IMAGE_NAME -f Dockerfile --platform
linux/arm64/v8,linux/amd64 --push --no-cache
\ No newline at end of file