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

wilfreds pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-k8shim.git


The following commit(s) were added to refs/heads/master by this push:
     new e9fa3f06 [YUNIKORN-1810] Use arm64 without variant for DOCKER_ARCH 
(#617)
e9fa3f06 is described below

commit e9fa3f06287ab4e96c9509a1dac39c520f3c6cb4
Author: Wilfred Spiegelenburg <[email protected]>
AuthorDate: Mon Jun 19 17:52:50 2023 +1000

    [YUNIKORN-1810] Use arm64 without variant for DOCKER_ARCH (#617)
    
    Building multi architecture image fails to properly split the variant
    from the main architecture and binary does not change without variant.
    
    Closes: #617
    
    Signed-off-by: Wilfred Spiegelenburg <[email protected]>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index e3fbb213..8b8458a1 100644
--- a/Makefile
+++ b/Makefile
@@ -75,7 +75,7 @@ EXEC_ARCH := 386
 DOCKER_ARCH := i386
 else ifneq (,$(filter $(HOST_ARCH), arm64 aarch64))
 EXEC_ARCH := arm64
-DOCKER_ARCH := arm64v8
+DOCKER_ARCH := arm64
 else ifeq (armv7l, $(HOST_ARCH))
 EXEC_ARCH := arm
 DOCKER_ARCH := arm32v7


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to