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 de4406b commit 25ef187Copy full SHA for 25ef187
2 files changed
.github/workflows/e2e-tests.yml
@@ -62,6 +62,7 @@ jobs:
62
aws-region: ${{ env.AWS_REGION }}
63
- name: Cloud Based Integration Tests
64
run: |
65
+ export DOCKER_DEFAULT_PLATFORM=linux/amd64
66
sam build
67
sam deploy --resolve-image-repos
68
mvn clean test -B -q -Dtest.cloud.enabled=true -Dtest=CloudBasedIntegrationTest
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