File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ multiarch-image:
101
101
--platform ${RELEASE_IMAGE_PLATFORMS} ${DOCKERX_PUSH} \
102
102
.
103
103
104
- .PHONY : multiarch-image
104
+ .PHONY : multiarch-image-push
105
105
multiarch-image-push :
106
106
docker buildx build \
107
107
-t ${IMAGE_PREFIX}${IMAGE_NAME} :${IMAGE_TAG} \
@@ -124,7 +124,8 @@ release-binaries:
124
124
BINNAME=argocd-image-updater-win64.exe OUTDIR=dist/release OS=windows ARCH=amd64 make controller
125
125
rm -f dist/release/release-v${VERSION} .sha256 dist/release/release-v${VERSION} .sha256.asc
126
126
for bin in dist/release/argocd-image-updater-* ; do sha256sum " $$ bin" >> dist/release/release-v${VERSION} .sha256; done
127
- gpg -a --detach-sign dist/release/release-v${VERSION} .sha256
127
+ gpg --batch --generate-key hack/gpg-key.conf
128
+ gpg --default-key
[email protected] -a --detach-sign dist/release/release-v
${VERSION} .sha256
128
129
gpg -a --verify dist/release/release-v${VERSION} .sha256.asc
129
130
130
131
.PHONY : extract-binary
Original file line number Diff line number Diff line change
1
+ %no-protection
2
+ %echo Generating a standard key
3
+ Key-Type: RSA
4
+ Key-Length: 3072
5
+ Subkey-Type: RSA
6
+ Subkey-Length: 3072
7
+ Name-Real: argocd-image-updater
8
+ Name-Comment: signing key
9
+
10
+ Expire-Date: 1
11
+ %commit
12
+ %echo done
13
+
You can’t perform that action at this time.
0 commit comments