Skip to content

Commit

Permalink
shiny: adds loong64 to list of supported archs
Browse files Browse the repository at this point in the history
Fixes golang/go#70855

Change-Id: I302cd9bf25222d359b7e1c436321b45c992c1a0a
GitHub-Last-Rev: 046f10b
GitHub-Pull-Request: #77
Reviewed-on: https://go-review.googlesource.com/c/exp/+/636695
Reviewed-by: Jorropo <[email protected]>
Reviewed-by: Carlos Amedee <[email protected]>
Reviewed-by: David Chase <[email protected]>
Commit-Queue: Ian Lance Taylor <[email protected]>
Auto-Submit: Ian Lance Taylor <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
  • Loading branch information
justledbetter authored and gopherbot committed Dec 17, 2024
1 parent 4a55095 commit b2144cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shiny/driver/x11driver/shm_shmopen_syscall.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

//go:build (linux || dragonfly) && (amd64 || arm || arm64 || mips64 || mips64le)
//go:build (linux || dragonfly) && (amd64 || arm || arm64 || mips64 || mips64le || loong64)

package x11driver

Expand Down

0 comments on commit b2144cd

Please sign in to comment.