Skip to content

Commit

Permalink
Fix loongarch64 GOARCH value
Browse files Browse the repository at this point in the history
  • Loading branch information
k0tran committed Sep 13, 2024
1 parent 49f4cf2 commit 4aa66e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ ifeq ($(GOARCH),x86_64)
GOARCH=amd64
else ifeq ($(GOARCH),aarch64)
GOARCH=arm64
else ifeq ($(GOARCH),loongarch64)
GOARCH=loong64
else ifeq ($(patsubst armv%,arm,$(GOARCH)),arm)
GOARCH=arm
else ifeq ($(patsubst i%86,386,$(GOARCH)),386)
Expand Down

0 comments on commit 4aa66e6

Please sign in to comment.