From c0d5fa1bdcc2bdd5002d09a20b0e0ebca6e2fe87 Mon Sep 17 00:00:00 2001 From: Claire Labry Date: Mon, 25 Apr 2022 16:48:34 -0400 Subject: [PATCH] add notarize darwin arm64 workflow --- .release/ci.hcl | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.release/ci.hcl b/.release/ci.hcl index 8452ef3b2f..f1237a5421 100644 --- a/.release/ci.hcl +++ b/.release/ci.hcl @@ -84,8 +84,21 @@ event "notarize-darwin-amd64" { } } -event "notarize-windows-386" { +event "notarize-darwin-arm64" { depends = ["notarize-darwin-amd64"] + action "notarize-darwin-arm64" { + organization = "hashicorp" + repository = "crt-workflows-common" + workflow = "notarize-darwin-arm64" + } + + notification { + on = "fail" + } +} + +event "notarize-windows-386" { + depends = ["notarize-darwin-arm64"] action "notarize-windows-386" { organization = "hashicorp" repository = "crt-workflows-common"