Skip to content

Commit

Permalink
Debug dockerfile github action
Browse files Browse the repository at this point in the history
  • Loading branch information
daya0576 committed Oct 26, 2024
1 parent 701b30e commit 132bbc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/amd64/v3,linux/arm64
platforms: linux/amd64,linux/amd64/v3,linux/arm64,linux/arm/v7,linux/arm/v6
push: true
tags: ${{ steps.prep.outputs.tags }}

Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN python -m pip install --upgrade pip cffi && \
mkdir /wheels && \
pip wheel --no-cache-dir -r requirements.txt -w /wheels


FROM python:3.12-slim AS release
COPY --from=builder /wheels /wheels
LABEL maintainer="Henry Zhu <[email protected]>"
Expand Down

0 comments on commit 132bbc9

Please sign in to comment.