From d274cdfe0e56b06b8b741efd7a9e34354d985fb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olav=20R=C3=B8nnestad=20Birkeland?= <6450056+o-l-a-v@users.noreply.github.com> Date: Tue, 24 Sep 2024 03:59:32 +0200 Subject: [PATCH] bicep@0.30.3: Add arm64 (#6170) * bicep add arm64 * Update to 30.3 --- bucket/bicep.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bucket/bicep.json b/bucket/bicep.json index 6e620aeaf6..37c9a6574a 100644 --- a/bucket/bicep.json +++ b/bucket/bicep.json @@ -4,6 +4,10 @@ "homepage": "https://github.com/Azure/bicep", "license": "MIT", "architecture": { + "arm64": { + "url": "https://github.com/Azure/bicep/releases/download/v0.30.3/bicep-win-arm64.exe#/bicep.exe", + "hash": "1ef5ebc66cbe501f817e6abe1bf6d4c4ca29d55d7b199a099c0c622a051633c0" + }, "64bit": { "url": "https://github.com/Azure/bicep/releases/download/v0.30.3/bicep-win-x64.exe#/bicep.exe", "hash": "8483fa5dca04fbe435b1e13c6d41faf7f29649d3e6941cde99142823e0eb4105" @@ -13,6 +17,9 @@ "checkver": "github", "autoupdate": { "architecture": { + "arm64": { + "url": "https://github.com/Azure/bicep/releases/download/v$version/bicep-win-arm64.exe#/bicep.exe" + }, "64bit": { "url": "https://github.com/Azure/bicep/releases/download/v$version/bicep-win-x64.exe#/bicep.exe" }