Skip to content

Commit

Permalink
Merge pull request #10219 from ponkio-o/feat/schemalex/schemalex
Browse files Browse the repository at this point in the history
feat: add schemalex/schemalex
  • Loading branch information
suzuki-shunsuke committed Feb 26, 2023
2 parents e4a8f87 + e3cb371 commit ce00c25
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 4 deletions.
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.

0 comments on commit ce00c25

Please sign in to comment.