ci: fix pure go build

Andrey Nering created

Change summary

internal/ui/model/clipboard_not_supported.go | 2 +-
internal/ui/model/clipboard_supported.go     | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Detailed changes

internal/ui/model/clipboard_other.go → internal/ui/model/clipboard_supported.go 🔗

@@ -1,4 +1,4 @@
-//go:build !linux || !386
+//go:build (linux || darwin || windows) && !arm && !386 && !ios && !android
 
 package model