Skip to content

Commit

Permalink
Changed FROM image to official for all architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
rapejim committed Feb 20, 2025
1 parent f6078c9 commit 77feb6a
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
# arm64-specific stage
FROM rapejim/pms-docker:arm64 AS build-arm64

# amd64-specific stage
FROM plexinc/pms-docker:beta AS build-amd64

# common steps
FROM build-${TARGETARCH} AS build
FROM plexinc/pms-docker

LABEL maintainer="rapejim"

ARG ARCH='amd64'
ARG PLEXDRIVE_VERSION='5.1.0'

ENTRYPOINT ["/init"]
Expand Down

0 comments on commit 77feb6a

Please sign in to comment.