Skip to content

Commit 7b10c12

Browse files
committed
chore: check OS architecture
1 parent cd48554 commit 7b10c12

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

examples/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Build stage
22
FROM --platform=linux/amd64 amazoncorretto:17.0.18-alpine3.23 AS builder
33

4+
RUN uname -a
5+
46
WORKDIR /build
57

68
# Copy parent pom and all modules

0 commit comments

Comments
 (0)