File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
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 -o power-dra-kubeletplugin cmd/ power-dra-kubeletplugin/main.go
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
42
42
43
43
# Install the cosign tool except on PR
44
44
# https://github.com/sigstore/cosign-installer
78
78
with :
79
79
context : .
80
80
platforms : linux/ppc64le
81
- file : build/Containerfile-build
81
+ file : Dockerfile
82
82
push : ${{ github.event_name != 'pull_request' }}
83
83
tags : ${{ steps.meta.outputs.tags }}
84
84
labels : ${{ steps.meta.outputs.labels }}
You can’t perform that action at this time.
0 commit comments