We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c5a978 commit 387a9ecCopy full SHA for 387a9ec
2 files changed
examples/Dockerfile
@@ -1,12 +1,8 @@
1
# Build stage
2
FROM --platform=linux/amd64 amazoncorretto:17-alpine AS builder
3
4
-RUN pwd
5
-
6
WORKDIR /build
7
8
9
10
# Copy parent pom and all modules
11
COPY pom.xml .
12
COPY sdk ./sdk
examples/template.yaml
@@ -7,7 +7,7 @@ Globals:
Timeout: 900
MemorySize: 512
Architectures:
- - arm64
+ - amd64
Resources:
13
SimpleStepExampleFunction:
0 commit comments