Skip to content

Commit

Permalink
fix(linuxkit/linuxkit): support old versions
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Feb 19, 2023
1 parent 621b487 commit 9b2d9f3
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/linuxkit/linuxkit/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
packages:
- name: linuxkit/linuxkit@v1.0.1
- name: linuxkit/linuxkit
version: v0.8
- name: linuxkit/linuxkit
version: v0.7
18 changes: 18 additions & 0 deletions pkgs/linuxkit/linuxkit/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,21 @@ packages:
pattern:
checksum: "^(\\b[A-Fa-f0-9]{64}\\b)"
file: "^\\b[A-Fa-f0-9]{64}\\b\\s+(\\S+)$"
version_constraint: semver(">= 1.0.0")
version_overrides:
- version_constraint: Version == "v0.8"
supported_envs:
- linux
- darwin
rosetta2: true
checksum:
enabled: false
- version_constraint: semver("< 0.8")
supported_envs:
- linux
- darwin
- amd64
rosetta2: true
checksum:
enabled: false
- version_constraint: "true"
18 changes: 18 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 9b2d9f3

Please sign in to comment.