Skip to content

Commit

Permalink
switch to current supported platform name for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
Oaphi committed Oct 23, 2024
1 parent 363f7c7 commit add426f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.arm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/arm64 ruby:3.0.0
FROM --platform=linux/arm64/v8 ruby:3.0.0

ENV RUBYOPT="-KU -E utf-8:utf-8"
RUN apt-get update && \
Expand Down

0 comments on commit add426f

Please sign in to comment.