Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,9 @@ Mappings:
# Mappings only support alphanumeric chars, '-' and '.', so name can't be x86_64
# That means to resolve the image tag we need !If [ ArchIsArm , !FindInMap arm, !FindInMap x86]
x86:
Tag: '3.14.2026.01.27.00-x86_64'
Tag: '3.14.2026.02.04.19-x86_64'
arm64:
Tag: '3.14.2026.01.27.00-arm64'
Tag: '3.14.2026.02.04.19-arm64'

Resources:
QueueProcessingFunction:
Expand Down