Skip to content

Commit

Permalink
feat: pocketbase multi platform image dockerfile added
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmoysrt committed Sep 18, 2024
1 parent 6d55e9e commit dd33de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pocketbase/0.22.13/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG TARGETARCH
RUN case "${TARGETARCH}" in \
"amd64") export ARCH="amd64" ;; \
"arm64") export ARCH="arm64" ;; \
"arm/v7") export ARCH="armv7" ;; \
"arm") export ARCH="armv7" ;; \
*) echo "Unsupported architecture: ${TARGETARCH}" && exit 1 ;; \
esac \
&& apk add --no-cache unzip ca-certificates wget \
Expand Down

0 comments on commit dd33de6

Please sign in to comment.