Skip to content

Commit bb17fbd

Browse files
committed
feat: add if-statement in Makefile on linux arm64 os-platform
1 parent d295825 commit bb17fbd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -655,6 +655,9 @@ PB_ARCH := $(shell uname -m)
655655
ifeq ($(PB_ARCH), arm64)
656656
PB_ARCH=aarch_64
657657
endif
658+
ifeq ($(PB_ARCH), aarch64)
659+
PB_ARCH=aarch_64
660+
endif
658661
PB_PROTO_FOLDERS=core registry serving types storage
659662

660663
$(TOOL_DIR)/protoc-$(PB_VERSION)-$(OS)-$(PB_ARCH).zip: $(TOOL_DIR)

0 commit comments

Comments
 (0)