We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d748a6 commit b0eff0bCopy full SHA for b0eff0b
config/pkg/target/protoc.yml
@@ -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