Skip to content

Commit

Permalink
0.1.14a
Browse files Browse the repository at this point in the history
  • Loading branch information
lolouk44 committed Nov 26, 2020
1 parent 589d4ce commit 441084f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
docker buildx build --no-cache --push \
--tag lolouk44/xiaomi-mi-scale:${{ github.event.release.tag_name }} \
--tag lolouk44/xiaomi-mi-scale:latest \
--platform linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8 .
- name: Image digest
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ FROM python:3.8-slim
WORKDIR /opt/miscale
COPY src /opt/miscale

RUN apt-get update && apt-get install -y \
RUN apt-get update && apt-get install --no-install-recommends -y \
build-essential \
bluez \
python-pip \
libglib2.0-dev && \
Expand Down

0 comments on commit 441084f

Please sign in to comment.