Merge pull request #12857 from hashicorp/add-arm64-workflow

add notarize darwin arm64 workflow
This commit is contained in:
claire labry 2022-04-25 17:02:12 -04:00 committed by GitHub
commit d94859e384
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 1 deletions

View File

@ -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"