Skip to content

Commit

Permalink
feat: add Azure/bicep (#31622)
Browse files Browse the repository at this point in the history
* feat(Azure/bicep): scaffold Azure/bicep

* fix(Azure/bicep): remove complete_windows_ext

* refactor(Azure/bicep): simplify
  • Loading branch information
suzuki-shunsuke authored Feb 1, 2025
1 parent c9d78d9 commit e5eaa7c
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkgs/Azure/bicep/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
packages:
- name: Azure/bicep@v0.33.93
- name: Azure/bicep
version: v0.4.1008
- name: Azure/bicep
version: v0.3.126
- name: Azure/bicep
version: v0.3.1
48 changes: 48 additions & 0 deletions pkgs/Azure/bicep/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json
packages:
- type: github_release
repo_owner: Azure
repo_name: bicep
description: Bicep is a declarative language for describing and deploying Azure resources
version_constraint: "false"
version_overrides:
- version_constraint: semver("<= 0.3.1")
asset: bicep-{{.OS}}-{{.Arch}}
format: raw
rosetta2: true
windows_arm_emulation: true
replacements:
amd64: x64
darwin: osx
windows: win
supported_envs:
- darwin
- windows
- amd64
- version_constraint: semver("<= 0.4.1008")
asset: bicep-{{.OS}}-{{.Arch}}
format: raw
rosetta2: true
windows_arm_emulation: true
replacements:
amd64: x64
darwin: osx
windows: win
overrides:
- goos: linux
asset: bicep-{{.OS}}-musl-{{.Arch}}
supported_envs:
- darwin
- windows
- amd64
- version_constraint: "true"
asset: bicep-{{.OS}}-{{.Arch}}
format: raw
replacements:
amd64: x64
darwin: osx
windows: win
overrides:
- goos: linux
goarch: amd64
asset: bicep-{{.OS}}-musl-{{.Arch}}
46 changes: 46 additions & 0 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e5eaa7c

Please sign in to comment.