Skip to content

Commit c8341a0

Browse files
author
navigaid
committed
add multiple binaries
1 parent 693a4ef commit c8341a0

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

.goreleaser.yaml

+13-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,17 @@ project_name: cargo-docs
55
version: 2
66

77
builds:
8-
- id: main
8+
- id: cargo-docs
9+
binary: cargo-docs
10+
builder: rust
11+
tool: cargo
12+
command: zigbuild
13+
targets:
14+
- aarch64-unknown-linux-musl
15+
- x86_64-unknown-linux-musl
16+
- x86_64-pc-windows-gnu
17+
- id: cargo-book
18+
binary: cargo-book
919
builder: rust
1020
tool: cargo
1121
command: zigbuild
@@ -17,7 +27,8 @@ builds:
1727
archives:
1828
- id: archive
1929
builds:
20-
- main
30+
- cargo-docs
31+
- cargo-book
2132
files:
2233
- LICENSE
2334
name_template: >-

0 commit comments

Comments
 (0)