Skip to content

Commit 520e5db

Browse files
committed
test reset
1 parent a8b7098 commit 520e5db

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
role-session-name: java-language-sdk-test
6262
aws-region: ${{ env.AWS_REGION }}
6363
- name: sam build
64-
run: export DOCKER_DEFAULT_PLATFORM=linux/amd64 && sam build
64+
run: sam build
6565
working-directory: ./examples
6666
- name: sam deploy
6767
run: sam deploy --resolve-image-repos

examples/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage
2-
FROM --platform=linux/amd64 amazoncorretto:17-alpine AS builder
2+
FROM amazoncorretto:17-alpine AS builder
33

44
# Install Maven
55
RUN apk add --no-cache maven

0 commit comments

Comments
 (0)