Skip to content

Commit 65800d5

Browse files
committed
Update poetry and drop armv6
1 parent 013b8c0 commit 65800d5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build_python_mqtt_dev_images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
if: env.DOCKERHUB_ORGANIZATION == null
5353
with:
5454
context: .
55-
platforms: linux/amd64,linux/arm64,linux/arm/v7
55+
platforms: linux/amd64,linux/arm64
5656
push: true
5757
cache-from: type=gha
5858
cache-to: type=gha,mode=max
@@ -65,7 +65,7 @@ jobs:
6565
if: env.DOCKERHUB_ORGANIZATION != null
6666
with:
6767
context: .
68-
platforms: linux/amd64,linux/arm64,linux/arm/v7
68+
platforms: linux/amd64,linux/arm64
6969
push: true
7070
cache-from: type=gha
7171
cache-to: type=gha,mode=max

.github/workflows/build_python_mqtt_images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
if: env.DOCKERHUB_ORGANIZATION == null
5353
with:
5454
context: .
55-
platforms: linux/amd64,linux/arm64,linux/arm/v7
55+
platforms: linux/amd64,linux/arm64
5656
push: true
5757
tags: |
5858
ghcr.io/${{ steps.lowercase-repository.outputs.lowercase }}/saic-mqtt-gateway:latest
@@ -63,7 +63,7 @@ jobs:
6363
if: env.DOCKERHUB_ORGANIZATION != null
6464
with:
6565
context: .
66-
platforms: linux/amd64,linux/arm64,linux/arm/v7
66+
platforms: linux/amd64,linux/arm64
6767
push: true
6868
tags: |
6969
ghcr.io/${{ steps.lowercase-repository.outputs.lowercase }}/saic-mqtt-gateway:latest

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG POETRY_VERSION=1.8.3
1+
ARG POETRY_VERSION=2.1.2
22
ARG PYTHON_VERSION=3.12
33

44
FROM weastur/poetry:${POETRY_VERSION}-python-${PYTHON_VERSION} AS builder

0 commit comments

Comments
 (0)