Skip to content

Commit

Permalink
use arm
Browse files Browse the repository at this point in the history
  • Loading branch information
z0ph committed Sep 17, 2024
1 parent 05002f8 commit 97b2331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/amazonlinux/amazonlinux:2023
FROM --platform=linux/arm64 public.ecr.aws/amazonlinux/amazonlinux:2023

# Install dependencies
RUN yum update -y && \
Expand Down

0 comments on commit 97b2331

Please sign in to comment.