Skip to content

Commit

Permalink
feat: add darwin
Browse files Browse the repository at this point in the history
Signed-off-by: lijie <lijie@pingcap.com>
  • Loading branch information
jayl1e committed Jan 11, 2024
1 parent 42dd243 commit ee53bdf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/packages.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -174,12 +174,10 @@ components:
image: ghcr.io/pingcap-qe/cd/builders/ng-monitoring:v20231216-14-g77d0cd2-go1.19
- if: {{ semver.CheckConstraint "< 6.1.0-0" .Release.version }}
image: ghcr.io/pingcap-qe/cd/builders/ng-monitoring:v20231216-14-g77d0cd2-go1.18
- if: {{ semver.CheckConstraint ">= 7.1.0-0" .Release.version }}
image: ghcr.io/pingcap-qe/cd/builders/ng-monitoring:v20231216-14-g77d0cd2-go1.21
routers:
- description: Started from v5.3.0
if: {{ semver.CheckConstraint ">= 5.3.0-0" .Release.version }}
os: [linux]
os: [linux, darwin]
arch: [amd64, arm64]
profile: [release]
steps:
Expand Down

0 comments on commit ee53bdf

Please sign in to comment.