Update/fix build tags, Dockerfile, and release.sh for proper building and releasing of linux/386 and linux/arm cross-compiled client binaries
Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon) Upstream-commit: 065dd231dd7d7858df982a8decfade9df936cf63 Component: engine
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
// +build amd64
|
||||
|
||||
package graphdb
|
||||
|
||||
import (
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
// +build !linux !amd64
|
||||
|
||||
package graphdb
|
||||
|
||||
func NewSqliteConn(root string) (*Database, error) {
|
||||
Reference in New Issue
Block a user