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 abe7eab
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,11 +1,4 @@
# 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"

Expand Down

0 comments on commit abe7eab

Please sign in to comment.