diff --git a/.github/workflows/container-image.yml b/.github/workflows/container-image.yml index 427dfca..b7881cd 100644 --- a/.github/workflows/container-image.yml +++ b/.github/workflows/container-image.yml @@ -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 }} @@ -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 }}