|
| 1 | +# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json |
| 2 | +packages: |
| 3 | + - type: github_release |
| 4 | + repo_owner: IvanIsCoding |
| 5 | + repo_name: celq |
| 6 | + description: "celq - A Common Expression Language (CEL) CLI Tool" |
| 7 | + version_filter: not (Version matches "-(alpha|beta)") |
| 8 | + version_constraint: "false" |
| 9 | + version_overrides: |
| 10 | + - version_constraint: semver("<= 0.1.1-alpha.10") |
| 11 | + no_asset: true |
| 12 | + - version_constraint: semver("<= 0.1.2-alpha.1") |
| 13 | + asset: celq-{{.Arch}}-{{.OS}}.{{.Format}} |
| 14 | + format: tar.gz |
| 15 | + windows_arm_emulation: true |
| 16 | + replacements: |
| 17 | + amd64: x86_64 |
| 18 | + arm64: aarch64 |
| 19 | + darwin: apple-darwin |
| 20 | + linux: unknown-linux-musl |
| 21 | + windows: pc-windows-msvc |
| 22 | + overrides: |
| 23 | + - goos: darwin |
| 24 | + replacements: |
| 25 | + amd64: amd64 |
| 26 | + - goos: windows |
| 27 | + format: zip |
| 28 | + supported_envs: |
| 29 | + - linux |
| 30 | + - darwin/arm64 |
| 31 | + - windows/amd64 |
| 32 | + - version_constraint: semver("<= 0.2.0-alpha.1") |
| 33 | + asset: celq-{{.Arch}}-{{.OS}}.{{.Format}} |
| 34 | + format: tar.gz |
| 35 | + windows_arm_emulation: true |
| 36 | + replacements: |
| 37 | + amd64: x86_64 |
| 38 | + arm64: aarch64 |
| 39 | + darwin: apple-darwin |
| 40 | + linux: unknown-linux-musl |
| 41 | + windows: pc-windows-msvc |
| 42 | + overrides: |
| 43 | + - goos: windows |
| 44 | + format: zip |
| 45 | + - version_constraint: semver("<= 0.2.0-beta.1") |
| 46 | + asset: celq-{{.Arch}}-{{.OS}}.{{.Format}} |
| 47 | + format: tar.gz |
| 48 | + windows_arm_emulation: true |
| 49 | + replacements: |
| 50 | + amd64: x86_64 |
| 51 | + arm64: aarch64 |
| 52 | + darwin: apple-darwin |
| 53 | + linux: unknown-linux-musl |
| 54 | + windows: pc-windows-msvc |
| 55 | + checksum: |
| 56 | + type: github_release |
| 57 | + asset: SHA256SUMS |
| 58 | + algorithm: sha256 |
| 59 | + overrides: |
| 60 | + - goos: windows |
| 61 | + format: zip |
| 62 | + - version_constraint: "true" |
| 63 | + asset: celq-{{.OS}}-{{.Arch}}.{{.Format}} |
| 64 | + format: tar.gz |
| 65 | + windows_arm_emulation: true |
| 66 | + replacements: |
| 67 | + amd64: x86_64 |
| 68 | + arm64: aarch64 |
| 69 | + darwin: macos |
| 70 | + checksum: |
| 71 | + type: github_release |
| 72 | + asset: SHA256SUMS |
| 73 | + algorithm: sha256 |
| 74 | + overrides: |
| 75 | + - goos: linux |
| 76 | + asset: celq-{{.OS}}-{{.Arch}}-gnu.{{.Format}} |
| 77 | + - goos: windows |
| 78 | + format: zip |
| 79 | + github_artifact_attestations: |
| 80 | + signer_workflow: IvanIsCoding/celq/.github/workflows/release_github.yml |
0 commit comments