From e6ccf76f6c65c68519edddb788cbb357aafada7b Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Wed, 12 Apr 2017 11:11:02 -0700 Subject: [PATCH] release.md: Update for multi arch release Signed-off-by: Geoff Levand --- Documentation/v2/dev/release.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/v2/dev/release.md b/Documentation/v2/dev/release.md index 154237160874..fe1958cd36de 100644 --- a/Documentation/v2/dev/release.md +++ b/Documentation/v2/dev/release.md @@ -70,7 +70,7 @@ cd release # personal GPG is okay for now for i in etcd-*{.zip,.tar.gz}; do gpg --sign ${i}; done # use `CoreOS ACI Builder ` secret key -gpg -u 88182190 -a --output etcd-${VERSION}-linux-amd64.aci.asc --detach-sig etcd-${VERSION}-linux-amd64.aci +gpg -u 88182190 -a --output etcd-${VERSION}-linux-${arch}.aci.asc --detach-sig etcd-${VERSION}-linux-${arch}.aci ``` ## Publish Release Page in GitHub @@ -88,6 +88,7 @@ gpg -u 88182190 -a --output etcd-${VERSION}-linux-amd64.aci.asc --detach-sig etc ``` docker login quay.io docker push quay.io/coreos/etcd:${VERSION} +docker push quay.io/coreos/etcd:${VERSION}-${arch} ``` - Add `latest` tag to the new image on [quay.io](https://quay.io/repository/coreos/etcd?tag=latest&tab=tags) if this is a stable release.