fix incorrect arch in amd64 image

This commit is contained in:
Brad Rydzewski
2019-10-31 11:40:20 -07:00
parent d6505a1717
commit bcaf3a536c
4 changed files with 9 additions and 2 deletions

View File

@@ -104,6 +104,7 @@ type Config struct {
// legacy environment variables. the key is the legacy
// variable name, and the value is the new variable name.
var legacy = map[string]string{
"DRONE_MACHINE": "DRONE_RUNNER_NAME",
// registry settings
"DRONE_REGISTRY_ENDPOINT": "DRONE_REGISTRY_PLUGIN_ENDPOINT",
"DRONE_REGISTRY_SECRET": "DRONE_REGISTRY_PLUGIN_SECRET",