Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
cmake problem with arm32, tmp del build
  • Loading branch information
Tob1as committed Oct 29, 2024
1 parent 4b50e78 commit 30557db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_docker_images-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
builder: ${{ steps.buildx.outputs.name }}
context: .
file: ./python.alpine.Dockerfile
platforms: linux/arm64/v8,linux/arm/v7,linux/arm/v6
platforms: linux/arm64/v8
push: true
build-args: |
BUILD_DATE=${{steps.script.outputs.build_date}}
Expand All @@ -100,7 +100,7 @@ jobs:
builder: ${{ steps.buildx.outputs.name }}
context: .
file: ./python.debian.Dockerfile
platforms: linux/arm64/v8,linux/arm/v7,linux/arm/v5
platforms: linux/arm64/v8
pull: true
push: true
#build-args: |
Expand Down

0 comments on commit 30557db

Please sign in to comment.