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 Jun 11, 2024
2 parents 0b4e195 + f6078c9 commit cf49665
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
FROM plexinc/pms-docker:public
# 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

LABEL maintainer="rapejim"

Expand Down

0 comments on commit cf49665

Please sign in to comment.