Skip to content

Commit

Permalink
Try docker other platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
bkbilly committed Apr 11, 2024
1 parent 81a7e40 commit 163958d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
7 changes: 6 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
FROM python:3-slim
FROM python:3.9-slim

RUN apt update && apt install -y gcc libssl-dev libffi-dev
RUN curl https://sh.rustup.rs -sSf | sh
RUN pip3 install -U pip
RUN pip3 install --no-cache-dir cryptography

WORKDIR /opt/lnxlink

Expand Down

0 comments on commit 163958d

Please sign in to comment.