mirror of
https://github.com/likelovewant/ollama-for-amd.git
synced 2025-12-21 14:26:30 +00:00
fix docker build annotations (#917)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// go build darwin dragonfly freebsd netbsd openbsd
|
||||
//go:build darwin || freebsd || netbsd || openbsd
|
||||
package readline
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
//go:build linux || solaris
|
||||
package readline
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user