Skip to content

Commit

Permalink
Remove arm/v7 builds (#2134)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Gilles authored Oct 14, 2024
1 parent 2764363 commit f77c5d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
platforms:
description: 'Docker platform to build'
required: true
default: 'linux/amd64,linux/arm/v7,linux/arm64/v8'
default: 'linux/amd64,linux/arm64/v8'

jobs:
build-front:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
with:
context: .
file: ./docker/Dockerfile.buildx
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
platforms: linux/amd64,linux/arm64/v8
push: true
pull: true
tags: ${{ steps.docker_meta.outputs.tags }}
Expand Down

0 comments on commit f77c5d5

Please sign in to comment.