Skip to content

Commit

Permalink
arm32v7
Browse files Browse the repository at this point in the history
  • Loading branch information
Tob1as committed Oct 27, 2024
1 parent 96d1105 commit 589636c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker_images-debian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
builder: ${{ steps.buildx.outputs.name }}
context: .
file: ./debian.Dockerfile
platforms: linux/amd64,linux/arm64/v8
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7
pull: true
push: true
build-args: |
Expand Down
2 changes: 1 addition & 1 deletion debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN \
wget netcat-openbsd \
; \
#rm -rf /var/lib/apt/lists/* ; \
BUILD_DEPS='gcc libcairo2-dev libgirepository1.0-dev git'; \
BUILD_DEPS='gcc libcairo2-dev libgirepository1.0-dev git cmark'; \
#apt-get update ; \
apt-get install -y --no-install-recommends \
$BUILD_DEPS \
Expand Down

0 comments on commit 589636c

Please sign in to comment.