mirror of
https://github.com/fullstorydev/grpcurl.git
synced 2026-05-22 19:51:44 +03:00
add arm build for snap (#534)
This commit is contained in:
@@ -12,6 +12,19 @@ grade: stable
|
|||||||
confinement: strict
|
confinement: strict
|
||||||
license: MIT
|
license: MIT
|
||||||
|
|
||||||
|
platforms:
|
||||||
|
amd64:
|
||||||
|
build-on:
|
||||||
|
- amd64
|
||||||
|
build-for:
|
||||||
|
- amd64
|
||||||
|
arm64:
|
||||||
|
build-on:
|
||||||
|
- amd64
|
||||||
|
- arm64
|
||||||
|
build-for:
|
||||||
|
- arm64
|
||||||
|
|
||||||
apps:
|
apps:
|
||||||
grpcurl:
|
grpcurl:
|
||||||
command: grpcurl
|
command: grpcurl
|
||||||
|
|||||||
Reference in New Issue
Block a user