File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818 - name : Install Go
1919 uses : actions/setup-go@v2
2020 with :
21- go-version : 1.17.5
21+ go-version : 1.18.2
2222
2323 - name : Create drop folder
2424 run : mkdir -p $GITHUB_WORKSPACE/output/bin
3131 git clone https://github.com/Microsoft/hcsshim
3232 cd hcsshim
3333 go build -o $GITHUB_WORKSPACE/output/bin/containerd-shim-runhcs-v1.exe ./cmd/containerd-shim-runhcs-v1
34- git rev-parse HEAD > $GITHUB_WORKSPACE/output/bin/hcsshim-revision.txt
34+ git rev-parse HEAD | tee $GITHUB_WORKSPACE/output/bin/hcsshim-revision.txt
3535
3636 - name : Build containerd
3737 env :
4343 make binaries
4444 cp ./bin/containerd.exe $GITHUB_WORKSPACE/output/bin
4545 cp ./bin/ctr.exe $GITHUB_WORKSPACE/output/bin
46- git rev-parse HEAD > $GITHUB_WORKSPACE/output/bin/containerd-revision.txt
46+ git rev-parse HEAD | tee $GITHUB_WORKSPACE/output/bin/containerd-revision.txt
4747
4848 - name : make windows-containerd zip
4949 run : |
You can’t perform that action at this time.
0 commit comments