Skip to content

Commit

Permalink
Adding armv7 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
bfren committed Jan 24, 2025
1 parent 78e6bc4 commit d02c6a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
BF_IMAGE=${{ env.REPOSITORY_NAME }}
BF_VERSION=${{ steps.version.outputs.contents }}
push: ${{ startsWith(github.ref, 'refs/heads/') }}
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm/v7,linux/arm64
tags: |
bfren/debian-s6:debian${{ matrix.debian }}-dev
bfren/debian-s6:debian${{ matrix.debian }}-${{ steps.version_major.outputs.contents }}-dev
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
BF_IMAGE=${{ env.REPOSITORY_NAME }}
BF_VERSION=${{ steps.version.outputs.contents }}
push: ${{ startsWith(github.ref, 'refs/heads/') }}
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm/v7,linux/arm64
tags: |
bfren/debian-s6:dev
bfren/debian-s6:${{ steps.version_major.outputs.contents }}-dev
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
BF_PUBLISHING=1
BF_VERSION=${{ steps.version.outputs.contents }}
push: true
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm/v7,linux/arm64
tags: |
bfren/debian-s6:debian${{ matrix.debian }}
bfren/debian-s6:debian${{ matrix.debian }}-${{ steps.version_major.outputs.contents }}
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
BF_PUBLISHING=1
BF_VERSION=${{ steps.version.outputs.contents }}
push: true
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm/v7,linux/arm64
tags: |
bfren/debian-s6:latest
bfren/debian-s6:${{ steps.version_major.outputs.contents }}
Expand Down

0 comments on commit d02c6a0

Please sign in to comment.