Skip to content

Commit b0eff0b

Browse files
committed
Add protoc target
1 parent 9d748a6 commit b0eff0b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

config/pkg/target/protoc.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
protoc:
2+
type: target
3+
artifact:
4+
binary:
5+
linux-x86_64: { type: ghrel, repo: protocolbuffers/protobuf, match: 'protoc-([0-9.]+)-linux-x86_64\.zip', extract: '{pkg_root_path}/protoc' }
6+
linux-aarch64: { type: ghrel, repo: protocolbuffers/protobuf, match: 'protoc-([0-9.]+)-linux-aarch_64\.zip', extract: '{pkg_root_path}/protoc' }
7+
path:
8+
- '{pkg_root_path}/protoc/bin'

0 commit comments

Comments
 (0)