Skip to content

Commit

Permalink
feat(sorah/mairu): scaffold sorah/mairu
Browse files Browse the repository at this point in the history
  • Loading branch information
ponkio-o committed Feb 8, 2025
1 parent 2ac0e48 commit 4de320d
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/sorah/mairu/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
packages:
- name: sorah/[email protected]
25 changes: 25 additions & 0 deletions pkgs/sorah/mairu/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json
packages:
- type: github_release
repo_owner: sorah
repo_name: mairu
description: on-memory AWS credentials agent and executor
version_constraint: "false"
version_overrides:
- version_constraint: "true"
asset: mairu-{{.Arch}}-{{.OS}}.{{.Format}}
format: tar.gz
replacements:
arm64: aarch64
darwin: apple-darwin
linux: unknown-linux-musl
overrides:
- goos: linux
replacements:
amd64: x86_64
- goos: darwin
goarch: amd64
asset: mairu-universal-{{.OS}}.{{.Format}}
supported_envs:
- linux
- darwin
23 changes: 23 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 4de320d

Please sign in to comment.