Skip to content

Commit

Permalink
manifest: use bucket strategy with api
Browse files Browse the repository at this point in the history
  • Loading branch information
iameli committed Feb 13, 2024
1 parent fafef39 commit 9c4cb35
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions manifest.yaml
Expand Up @@ -16,10 +16,15 @@ box:
windows-arm64: livepeer-analyzer-windows-arm64.zip
- name: api
strategy:
download: github
project: livepeer/studio
commit: f51f0e62cf50a9d54b01c265da4106d45d78df4b
release: v0.16.2
download: bucket
project: studio
commit: 4d50d0d725c2cecb673808fc4b6198a5e9539ca0
release: eli-bucket-uploads
srcFilenames:
darwin-amd64: livepeer-api-darwin-amd64.tar.gz
darwin-arm64: livepeer-api-darwin-arm64.tar.gz
linux-amd64: livepeer-api-linux-amd64.tar.gz
linux-arm64: livepeer-api-linux-arm64.tar.gz
- name: catalyst-api
strategy:
download: bucket
Expand Down

0 comments on commit 9c4cb35

Please sign in to comment.