ecs-service-image-updater-wait
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -25,3 +25,3 @@ 'use strict'; | ||
newTaskDefinition["runtimePlatform"] = { | ||
"cpuArchitecture": options.cpu || "X86_64", | ||
"cpuArchitecture": options.arch || "X86_64", | ||
"operatingSystemFamily": options.os || "LINUX" | ||
@@ -28,0 +28,0 @@ } |
@@ -24,2 +24,7 @@ 'use strict'; | ||
newTaskDefinition["runtimePlatform"] = { | ||
"cpuArchitecture": options.arch || "X86_64", | ||
"operatingSystemFamily": options.os || "LINUX" | ||
} | ||
return updater.createTaskDefinition(newTaskDefinition, next); | ||
@@ -26,0 +31,0 @@ }, |
{ | ||
"name": "ecs-service-image-updater-wait", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Update an ECS service with a new Docker image", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
30384
617