Skip to content

Commit

Permalink
Update Dockerfile for arm64/amd64 architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
rapejim committed Jun 11, 2024
2 parents 6e05efc + f6078c9 commit a4e8598
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:beta
# 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

LABEL maintainer="rapejim"

Expand Down

0 comments on commit a4e8598

Please sign in to comment.