Skip to content

Commit

Permalink
Merge branch 'develop' into public
Browse files Browse the repository at this point in the history
  • Loading branch information
rapejim committed Feb 20, 2025
2 parents 2e59703 + 77feb6a commit 2ed523a
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:public 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 2ed523a

Please sign in to comment.