Skip to content

Commit

Permalink
drop arm v7
Browse files Browse the repository at this point in the history
  • Loading branch information
ianlini committed Dec 3, 2023
1 parent ecef80a commit 516d580
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
platforms: linux/amd64, linux/arm64, linux/arm/v7
platforms: linux/amd64, linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down
7 changes: 0 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@ RUN set -x && DEBIAN_FRONTEND=noninteractive \
&& apt-get update \
&& apt-get install -y --no-install-recommends \
wireguard-tools \
&& { \
if [ "${TARGETPLATFORM}" = 'linux/arm/v7' ]; then \
# for poetry's dependencies if the wheels are not provided for the architecture
apt-get install -y --no-install-recommends \
build-essential libssl-dev libffi-dev cargo git; \
fi; \
} \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 516d580

Please sign in to comment.