File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -655,6 +655,8 @@ jobs:
655655 name : Build tar2ext4.exe
656656 - run : ${{ env.GO_BUILD_CMD }} ./cmd/wclayer
657657 name : Build wclayer.exe
658+ - run : ${{ env.GO_BUILD_CMD }} ./cmd/gcs-sidecar
659+ name : Build gcs-sidecar.exe
658660 - run : ${{ env.GO_BUILD_CMD }} ./internal/tools/grantvmgroupaccess
659661 name : Build grantvmgroupaccess.exe
660662 - run : ${{ env.GO_BUILD_CMD }} ./internal/tools/hvsocketaddr
@@ -684,6 +686,7 @@ jobs:
684686 runhcs.exe
685687 tar2ext4.exe
686688 wclayer.exe
689+ gcs-sidecar.exe
687690 device-util.exe
688691 ncproxy.exe
689692 hvsocketaddr.exe
Original file line number Diff line number Diff line change 77 "context"
88 "fmt"
99 "io"
10+ "os"
11+ "path/filepath"
1012 "sync"
1113
1214 "github.com/Microsoft/hcsshim/internal/bridgeutils/gcserr"
You can’t perform that action at this time.
0 commit comments