Skip to content

Commit

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

Please # to comment.