Skip to content

Commit 32cccf7

Browse files
committed
add explanation for commented out code
1 parent 24d07d7 commit 32cccf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
1313
ADD . /restic-compose-backup
1414
WORKDIR /restic-compose-backup
1515

16-
# RUN uv python install $(cat .python-version)
16+
# RUN uv python install $(cat .python-version) # does not build for aarch64 -- see https://github.com/astral-sh/uv/issues/6890
1717
RUN uv sync --locked
1818
ENV PATH="/restic-compose-backup/.venv/bin:${PATH}"
1919

0 commit comments

Comments
 (0)