Skip to content

Commit 387a9ec

Browse files
committed
chore: specify architecture to amd64 instead of arm64 in Template.yml
1 parent 0c5a978 commit 387a9ec

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

examples/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
# Build stage
22
FROM --platform=linux/amd64 amazoncorretto:17-alpine AS builder
33

4-
RUN pwd
5-
64
WORKDIR /build
75

8-
RUN pwd
9-
106
# Copy parent pom and all modules
117
COPY pom.xml .
128
COPY sdk ./sdk

examples/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Globals:
77
Timeout: 900
88
MemorySize: 512
99
Architectures:
10-
- arm64
10+
- amd64
1111

1212
Resources:
1313
SimpleStepExampleFunction:

0 commit comments

Comments
 (0)