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 3333 - uses : actions/checkout@v2
3434 - uses : actions/setup-go@v2
3535 with :
36- go-version : ' 1.19.2 '
36+ go-version : ' 1.21 '
3737 - name : set ARCH and OD
3838 run : |
3939 echo "ARCH=$(case $(uname -m) in x86_64) echo -n amd64 ;; aarch64) echo -n arm64 ;; *) echo -n $(uname -m) ;; esac)" >> $GITHUB_ENV
@@ -123,7 +123,7 @@ jobs:
123123 - name : Build
124124 run : |
125125 go build -v -a -ldflags '-extldflags "-static"' -gcflags="all=-N -l" -o ./bin/ocp-efa-device-plugin ./cmd/ocp-efa-device-plugin/
126- - name : Build and push controller
126+ - name : Build and push efa device plugin
127127 uses : docker/build-push-action@v2
128128 with :
129129 context : ./bin/
@@ -159,7 +159,7 @@ jobs:
159159 - name : Build
160160 run : |
161161 go build -v -a -ldflags '-extldflags "-static"' -gcflags="all=-N -l" -o ./bin/ocp-gdrdrv-device-plugin ./cmd/ocp-gdrdrv-device-plugin/
162- - name : Build and push controller
162+ - name : Build and push gdrdrv device plugin
163163 uses : docker/build-push-action@v2
164164 with :
165165 context : ./bin/
You can’t perform that action at this time.
0 commit comments