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 d203d8f3 Add shebang line in hooks/build script (#1594)
d203d8f3 is described below
commit d203d8f3c2e4083f8b4e31c6cff0e92842af0679
Author: Muhammad Taha Naveed <[email protected]>
AuthorDate: Tue Feb 13 23:45:03 2024 +0500
Add shebang line in hooks/build script (#1594)
---
docker/hooks/build | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docker/hooks/build b/docker/hooks/build
index 59188148..5edfb7f1 100644
--- a/docker/hooks/build
+++ b/docker/hooks/build
@@ -1,2 +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 newline at end of file