File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -106,13 +106,10 @@ RUN --mount=type=bind,target=. \
106
106
--mount=type=bind,source=/tmp/.revision,target=/tmp/.revision,from=version <<EOT
107
107
set -ex
108
108
xx-go --wrap
109
- make build-pass build-secretservice PACKAGE=$PACKAGE VERSION=$(cat /tmp/.version) REVISION=$(cat /tmp/.revision) DESTDIR=/out
109
+ make build-keyctl build-pass build-secretservice PACKAGE=$PACKAGE VERSION=$(cat /tmp/.version) REVISION=$(cat /tmp/.revision) DESTDIR=/out
110
+ xx-verify /out/docker-credential-keyctl
110
111
xx-verify /out/docker-credential-pass
111
112
xx-verify /out/docker-credential-secretservice
112
-
113
- # keyctl credential helper
114
- xx-go build -ldflags "$(cat /tmp/.ldflags)" -o /out/docker-credential-keyctl ./keyctl/cmd/
115
- xx-verify /out/docker-credential-keyctl
116
113
EOT
117
114
118
115
FROM base AS build-darwin
You can’t perform that action at this time.
0 commit comments