Skip to content

Commit 2b0a625

Browse files
dmitshurgopherbot
authored andcommitted
cmd/buildlet: add linux-loong64 targets
Fixes golang/go#72869. Change-Id: I1d674651d29ac39e7d6249eae35a55bd5d0a9744 Reviewed-on: https://go-review.googlesource.com/c/build/+/657995 Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Carlos Amedee <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent 605f302 commit 2b0a625

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: cmd/buildlet/Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ ALL=\
3030
buildlet.linux-arm-7 \
3131
buildlet.linux-arm-arm5 \
3232
buildlet.linux-arm64 \
33+
buildlet.linux-loong64 \
3334
buildlet.linux-mips \
3435
buildlet.linux-mips64 \
3536
buildlet.linux-mips64le \
@@ -114,6 +115,9 @@ buildlet.plan9-arm: buildlet.plan9-arm-5
114115
buildlet.%-arm64: $(GOFILES)
115116
GOOS=$* GOARCH=arm64 $(BUILD) $@
116117

118+
buildlet.%-loong64: $(GOFILES)
119+
GOOS=$* GOARCH=loong64 $(BUILD) $@
120+
117121
buildlet.%-mips: $(GOFILES)
118122
GOOS=$* GOARCH=mips $(BUILD) $@
119123

0 commit comments

Comments
 (0)