openscanhub: update to ami-0834e6713f8d31e04 #2577
1 changed files with 2 additions and 2 deletions
|
@ -11,10 +11,10 @@ declare -A \
|
||||||
# TODO: We should build a custom image from it by running `osh-worker-role`.
|
# TODO: We should build a custom image from it by running `osh-worker-role`.
|
||||||
# That would reduce the time to spin up new workers.
|
# That would reduce the time to spin up new workers.
|
||||||
if [[ "$env" == "staging" ]]; then
|
if [[ "$env" == "staging" ]]; then
|
||||||
aws_image[x86_64]=ami-0a46397ea7986c9c0
|
aws_image[x86_64]=ami-0834e6713f8d31e04
|
||||||
else
|
else
|
||||||
# Only tested images should be promoted to production.
|
# Only tested images should be promoted to production.
|
||||||
aws_image[x86_64]=ami-0a46397ea7986c9c0
|
aws_image[x86_64]=ami-0834e6713f8d31e04
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# We only support `x86_64` arch for OpenScanHub.
|
# We only support `x86_64` arch for OpenScanHub.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue