Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add schemalex/schemalex #10219

Merged
merged 4 commits into from
Feb 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkgs/regclient/regclient/regbot/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
format: raw
files:
- name: regbot
description: A scripting tool on top of the regclient (Docker and OCI Registry Client) API
description: A scripting tool on top of the regclient (Docker and OCI Registry Client) API
supported_envs:
- darwin
- linux
Expand Down
2 changes: 2 additions & 0 deletions pkgs/schemalex/schemalex/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
packages:
- name: schemalex/schemalex@v0.1.1
21 changes: 21 additions & 0 deletions pkgs/schemalex/schemalex/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
packages:
- type: github_release
repo_owner: schemalex
repo_name: schemalex
asset: schemalex_{{.OS}}_{{.Arch}}.{{.Format}}
format: zip
description: Generate difference sql of two mysql schema
overrides:
- goos: linux
format: tar.gz
supported_envs:
- darwin
- amd64
rosetta2: true
files:
- name: schemadiff
src: schemalex_{{.OS}}_{{.Arch}}/schemadiff
- name: schemalex
src: schemalex_{{.OS}}_{{.Arch}}/schemalex
- name: schemalint
src: schemalex_{{.OS}}_{{.Arch}}/schemalint
2 changes: 1 addition & 1 deletion pkgs/tsl0922/ttyd/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ packages:
- goos: windows
goarch: amd64
asset: ttyd.{{.OS}}.exe
- version_constraint: semver("< 1.7.0")
- version_constraint: semver("< 1.7.0")
supported_envs:
- linux
- version_constraint: "true"
24 changes: 22 additions & 2 deletions registry.yaml

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