Skip to content

Commit

Permalink
fix arch
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Nov 2, 2022
1 parent 884176a commit 9956e32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/arm64 rockylinux/rockylinux:8.6
FROM --platform=linux/armv8 rockylinux/rockylinux:8.6

########################
### VERSION SETTINGS ###
Expand Down Expand Up @@ -46,7 +46,7 @@ LABEL Vendor="Internet2" \


ARG TARGETPLATFORM
ENV TARGETPLATFORM=linux/arm64
ENV TARGETPLATFORM=linux/armv8



Expand Down

0 comments on commit 9956e32

Please sign in to comment.