mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-09 21:17:09 +08:00
rename to docker/buildx
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
@ -4,9 +4,9 @@ import (
|
||||
"fmt"
|
||||
|
||||
"github.com/containerd/containerd/platforms"
|
||||
"github.com/docker/buildx/util/platformutil"
|
||||
specs "github.com/opencontainers/image-spec/specs-go/v1"
|
||||
"github.com/pkg/errors"
|
||||
"github.com/tonistiigi/buildx/util/platformutil"
|
||||
)
|
||||
|
||||
type NodeGroup struct {
|
||||
|
@ -3,8 +3,8 @@ package store
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/docker/buildx/util/platformutil"
|
||||
"github.com/stretchr/testify/require"
|
||||
"github.com/tonistiigi/buildx/util/platformutil"
|
||||
)
|
||||
|
||||
func TestNodeGroupUpdate(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user