[CI-only] Notarize darwin arm (#2221)

Currently, darwin arm binaries are not being notarized (called out by Louis!) This adds that in.
pull/2223/head
Michele Degges 4 years ago committed by GitHub
parent 07406c2d18
commit fb0e5ea1ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -83,8 +83,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"

Loading…
Cancel
Save