Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit 58599b8

Browse files
committed
monorepo: move imported gRPC core files to ./proto
Move the core required files for gRPC specification to ./proto directory. Do not make any file modifications at this point. Signed-off-by: Blaine Gardner <[email protected]>
1 parent 330903d commit 58599b8

12 files changed

+3
-1
lines changed
File renamed without changes.

Diff for: pkg/imported-grpc/Makefile renamed to proto/Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ endif
3232
PROTOC_ARCH := $(shell uname -m)
3333
ifeq (i386,$(PROTOC_ARCH))
3434
PROTOC_ARCH := x86_32
35+
else ifeq (arm64,$(PROTOC_ARCH))
36+
PROTOC_ARCH := aarch_64
3537
endif
3638

3739
PROTOC := ./protoc
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Diff for: pkg/imported-grpc/go.mod renamed to proto/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module sigs.k8s.io/container-object-storage-interface-spec
1+
module sigs.k8s.io/container-object-storage-interface-api/proto
22

33
go 1.18
44

Diff for: pkg/imported-grpc/go.sum renamed to proto/go.sum

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)