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 a8b7098 commit 520e5dbCopy full SHA for 520e5db
2 files changed
.github/workflows/e2e-tests.yml
@@ -61,7 +61,7 @@ jobs:
61
role-session-name: java-language-sdk-test
62
aws-region: ${{ env.AWS_REGION }}
63
- name: sam build
64
- run: export DOCKER_DEFAULT_PLATFORM=linux/amd64 && sam build
+ run: sam build
65
working-directory: ./examples
66
- name: sam deploy
67
run: sam deploy --resolve-image-repos
examples/Dockerfile
@@ -1,5 +1,5 @@
1
# Build stage
2
-FROM --platform=linux/amd64 amazoncorretto:17-alpine AS builder
+FROM amazoncorretto:17-alpine AS builder
3
4
# Install Maven
5
RUN apk add --no-cache maven
0 commit comments