Skip to content

Commit

Permalink
fix: force arm64 on fedora
Browse files Browse the repository at this point in the history
primarily for containerised compute at edge builds
  • Loading branch information
Mossman1215 authored Nov 5, 2023
1 parent a76d1cb commit d2dae73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/rpmbuild-fedora/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/geonet/base-images/fedora:38
FROM FROM --platform=linux/arm64 ghcr.io/geonet/base-images/fedora:38
# Installing tools needed for rpmbuild
RUN dnf update -y && \
dnf install -y \
Expand Down

0 comments on commit d2dae73

Please sign in to comment.