Skip to content

Commit

Permalink
Removed support for armv6
Browse files Browse the repository at this point in the history
  • Loading branch information
pajikos authored May 4, 2023
1 parent 9d05744 commit 53c2b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
default: 'latest'

env:
PLATFORMS: linux/amd64,linux/arm/v6,linux/arm64
PLATFORMS: linux/amd64,linux/arm64
DOCKER_HUB_REPOSITORY: ${{ github.repository }}
DOCKER_HUB_TAG: ${{ github.event.inputs.docker_tag }}

Expand Down

0 comments on commit 53c2b32

Please sign in to comment.