Skip to content

Commit

Permalink
Add arm v5 architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
GioF71 committed Dec 22, 2023
1 parent 564a487 commit 66015c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-multi-arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,6 @@ jobs:
context: .
build-args: |
BASE_IMAGE=${{ steps.prepare.outputs.BASE_IMAGE }}
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7,linux/arm/v5
push: true
tags: ${{ steps.prepare.outputs.RELEASE_TAGS }}

0 comments on commit 66015c3

Please sign in to comment.