We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 605f302 commit 2b0a625Copy full SHA for 2b0a625
cmd/buildlet/Makefile
@@ -30,6 +30,7 @@ ALL=\
30
buildlet.linux-arm-7 \
31
buildlet.linux-arm-arm5 \
32
buildlet.linux-arm64 \
33
+ buildlet.linux-loong64 \
34
buildlet.linux-mips \
35
buildlet.linux-mips64 \
36
buildlet.linux-mips64le \
@@ -114,6 +115,9 @@ buildlet.plan9-arm: buildlet.plan9-arm-5
114
115
buildlet.%-arm64: $(GOFILES)
116
GOOS=$* GOARCH=arm64 $(BUILD) $@
117
118
+buildlet.%-loong64: $(GOFILES)
119
+ GOOS=$* GOARCH=loong64 $(BUILD) $@
120
+
121
buildlet.%-mips: $(GOFILES)
122
GOOS=$* GOARCH=mips $(BUILD) $@
123
0 commit comments