Skip to content

Commit

Permalink
Merge pull request #162 from danielfernau/danielfernau-add-arm32v7-su…
Browse files Browse the repository at this point in the history
…pport

Add 'linux/arm/v7' Docker images
  • Loading branch information
danielfernau authored May 21, 2022
2 parents f1eb5c5 + ff42671 commit 222b2e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
id: docker_build
uses: docker/build-push-action@v3
with:
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: ${{ steps.meta.outputs.tags }}

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3 AS build
FROM --platform=linux/amd64 python:3 AS build

RUN mkdir /build
WORKDIR /build
Expand Down

0 comments on commit 222b2e1

Please sign in to comment.