|
| 1 | +version: 2 |
| 2 | + |
1 | 3 | project_name: meteor |
2 | 4 |
|
3 | 5 | release: |
@@ -25,34 +27,19 @@ builds: |
25 | 27 | - -X github.com/raystack/meteor/cmd.Version={{.Tag}} |
26 | 28 | - -X github.com/raystack/meteor/cmd.BuildCommit={{.FullCommit}} |
27 | 29 | - -X github.com/raystack/meteor/cmd.BuildDate={{.Date}} |
28 | | - goos: [linux] |
29 | | - goarch: [amd64, arm64] # skip goarch 386 and arm due to conflicts with "github.com/blastrain/vitess-sqlparser" library |
30 | | - env: |
31 | | - - CGO_ENABLED=0 |
32 | | - - main: ./main.go |
33 | | - id: "darwin" |
34 | | - binary: meteor |
35 | | - flags: [-a] |
36 | | - ldflags: |
37 | | - - -X github.com/raystack/meteor/cmd.Version={{.Tag}} |
38 | | - - -X github.com/raystack/meteor/cmd.BuildCommit={{.FullCommit}} |
39 | | - - -X github.com/raystack/meteor/cmd.BuildDate={{.Date}} |
40 | | - goos: [darwin] |
41 | | - goarch: [amd64, 386, arm, arm64] |
42 | | - env: |
43 | | - - CGO_ENABLED=0 |
44 | | - - main: ./main.go |
45 | | - id: "windows" |
46 | | - binary: meteor |
47 | | - flags: [-a] |
48 | | - ldflags: |
49 | | - - -X github.com/raystack/meteor/cmd.Version={{.Tag}} |
50 | | - - -X github.com/raystack/meteor/cmd.BuildCommit={{.FullCommit}} |
51 | | - - -X github.com/raystack/meteor/cmd.BuildDate={{.Date}} |
52 | | - goos: [windows] |
| 30 | + goos: ["linux", "windows"] |
53 | 31 | goarch: [amd64, arm64] # skip goarch 386 and arm due to conflicts with "github.com/blastrain/vitess-sqlparser" library |
54 | 32 | env: |
55 | 33 | - CGO_ENABLED=0 |
| 34 | + ignore: # skip goarch 386 and arm due to conflicts with "github.com/blastrain/vitess-sqlparser" library |
| 35 | + - goos: linux |
| 36 | + goarch: 386 |
| 37 | + - goos: linux |
| 38 | + goarch: arm |
| 39 | + - goos: windows |
| 40 | + goarch: 386 |
| 41 | + - goos: windows |
| 42 | + goarch: arm |
56 | 43 |
|
57 | 44 | archives: |
58 | 45 | - id: "archives" |
@@ -91,19 +78,19 @@ scoops: |
91 | 78 | - homepage: "https://github.com/raystack/meteor" |
92 | 79 | description: "Metadata collection tool." |
93 | 80 | license: Apache 2.0 |
94 | | - bucket: |
| 81 | + repository: |
95 | 82 | owner: raystack |
96 | 83 | name: scoop-bucket |
97 | 84 |
|
98 | 85 | brews: |
99 | 86 | - name: meteor |
100 | 87 | homepage: "https://github.com/raystack/meteor" |
101 | 88 | description: "Metadata collection tool." |
102 | | - tap: |
| 89 | + repository: |
103 | 90 | owner: raystack |
104 | 91 | name: homebrew-tap |
105 | 92 | license: "Apache 2.0" |
106 | | - folder: Formula |
| 93 | + directory: Formula |
107 | 94 | dependencies: |
108 | 95 | - name: git |
109 | 96 | install: |- |
|
0 commit comments