Skip to content

Commit

Permalink
relocate to adastraperangusta
Browse files Browse the repository at this point in the history
  • Loading branch information
adastraperangusta committed Jan 30, 2024
1 parent 4c0fdff commit 4a34629
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions hack/provider/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,23 +53,23 @@ binaries:
SSH_PROVIDER:
- os: linux
arch: amd64
path: https://github.com/loft-sh/devpod-provider-ssh/releases/download/##VERSION##/devpod-provider-ssh-linux-amd64
path: https://github.com/adastraperangusta/devpod-provider-ssh/releases/download/##VERSION##/devpod-provider-ssh-linux-amd64
checksum: ##CHECKSUM_LINUX_AMD64##
- os: linux
arch: arm64
path: https://github.com/loft-sh/devpod-provider-ssh/releases/download/##VERSION##/devpod-provider-ssh-linux-arm64
path: https://github.com/adastraperangusta/devpod-provider-ssh/releases/download/##VERSION##/devpod-provider-ssh-linux-arm64
checksum: ##CHECKSUM_LINUX_ARM64##
- os: darwin
arch: amd64
path: https://github.com/loft-sh/devpod-provider-ssh/releases/download/##VERSION##/devpod-provider-ssh-darwin-amd64
path: https://github.com/adastraperangusta/devpod-provider-ssh/releases/download/##VERSION##/devpod-provider-ssh-darwin-amd64
checksum: ##CHECKSUM_DARWIN_AMD64##
- os: darwin
arch: arm64
path: https://github.com/loft-sh/devpod-provider-ssh/releases/download/##VERSION##/devpod-provider-ssh-darwin-arm64
path: https://github.com/adastraperangusta/devpod-provider-ssh/releases/download/##VERSION##/devpod-provider-ssh-darwin-arm64
checksum: ##CHECKSUM_DARWIN_ARM64##
- os: windows
arch: amd64
path: https://github.com/loft-sh/devpod-provider-ssh/releases/download/##VERSION##/devpod-provider-ssh-windows-amd64.exe
path: https://github.com/adastraperangusta/devpod-provider-ssh/releases/download/##VERSION##/devpod-provider-ssh-windows-amd64.exe
checksum: ##CHECKSUM_WINDOWS_AMD64##
exec:
init: ${SSH_PROVIDER} init
Expand Down

0 comments on commit 4a34629

Please sign in to comment.