mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-18 13:07:35 -06:00
whoops don't return a reason string for arm64, since it should always be supported
This commit is contained in:
parent
664f62a1cc
commit
c5e4597daa
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ func compilerSupported() (string, bool) {
|
|||
// later update go-ffmpreg to a version that makes
|
||||
// use of threads, i.e. v7.x.x. in that case we would
|
||||
// need to check for cpu.ARM64.HasATOMICS.
|
||||
return "arm64 LSE/atomics required", true
|
||||
return "", true
|
||||
default:
|
||||
return "unsupported ARCH", false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue