File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 38
38
39
39
- name : Build the binaries
40
40
run : |
41
- GOOS=linux GOARCH=ppc64le go build -ldflags "-s -w -X github.com/IBM/power-dra-driver/internal/info.gitCommit=925234afaa3bab9fdb64adb8f14b3957df3c7cac-dirty -X github.com/IBM/power-dra-driver/internal/info.version=v0.1.0" github.com/IBM/power-dra-driver/cmd/power-dra-kubeletplugin
41
+ GOOS=linux GOARCH=ppc64le go build -o bin/power-dra-kubeletplugin - ldflags "-s -w -X github.com/IBM/power-dra-driver/internal/info.gitCommit=925234afaa3bab9fdb64adb8f14b3957df3c7cac-dirty -X github.com/IBM/power-dra-driver/internal/info.version=v0.1.0" github.com/IBM/power-dra-driver/cmd/power-dra-kubeletplugin
42
42
43
43
# Install the cosign tool except on PR
44
44
# https://github.com/sigstore/cosign-installer
You can’t perform that action at this time.
0 commit comments