Skip to content

Commit

Permalink
[container] Add ARMv7 architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
hacketiwack authored Jan 30, 2025
1 parent f265300 commit 7f712bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
REPOSITORY_BRANCH=${{ env.REPOSITORY_BRANCH }}
REPOSITORY_COMMIT=${{ needs.preparation.outputs.commit }}
context: .
platforms: 'linux/amd64,linux/arm64'
platforms: 'linux/amd64,linux/arm64,linux/arm/v7'
push: true
tags: ${{ steps.variables.outputs.tags }}

Expand Down Expand Up @@ -118,6 +118,6 @@ jobs:
REPOSITORY_BRANCH=${{ env.REPOSITORY_BRANCH }}
REPOSITORY_VERSION=${{ needs.preparation.outputs.version }}
context: .
platforms: 'linux/amd64,linux/arm64'
platforms: 'linux/amd64,linux/arm64,linux/arm/v7'
push: true
tags: ${{ steps.variables.outputs.tags }}

0 comments on commit 7f712bf

Please sign in to comment.