Skip to content

Commit

Permalink
feat: 添加 mips64le 架构
Browse files Browse the repository at this point in the history
  • Loading branch information
wojiushixiaobai authored and LeeEirc committed Jan 23, 2024
1 parent 49df067 commit 9d1b94e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ all: koko-ui
$(call make_artifact_full,darwin,arm64)
$(call make_artifact_full,linux,amd64)
$(call make_artifact_full,linux,arm64)
$(call make_artifact_full,linux,mips64le)
$(call make_artifact_full,linux,ppc64le)
$(call make_artifact_full,linux,s390x)
$(call make_artifact_full,linux,riscv64)
Expand All @@ -83,6 +84,9 @@ linux-arm64: koko-ui
linux-loong64: koko-ui
$(call make_artifact_full,linux,loong64)

linux-mips64le: koko-ui
$(call make_artifact_full,linux,mips64le)

linux-ppc64le: koko-ui
$(call make_artifact_full,linux,ppc64le)

Expand Down

0 comments on commit 9d1b94e

Please sign in to comment.