You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker run -it --rm drone/drone-runner-aws:1.0.0-rc26 setup --digital-ocean-pat XXXX
Results in this error:
INFO[0000] setup: using digital ocean
INFO[0000] no pool file provided
INFO[0000] in memory pool is using digitalocean
FATA[0000] setup: unable to process pool file error="invalid OS linux, has to be 'darwin'"
It doesn't matter what host os the command is run on, the error is always the same. I also tried downloading both the linux-amd64 and darwin-arm64 binaries from the releases page and running them on the respective machines still produces the same error.
The text was updated successfully, but these errors were encountered:
Running this command:
Results in this error:
It doesn't matter what host os the command is run on, the error is always the same. I also tried downloading both the linux-amd64 and darwin-arm64 binaries from the releases page and running them on the respective machines still produces the same error.
The text was updated successfully, but these errors were encountered: