Skip to content

Commit

Permalink
Add container arch
Browse files Browse the repository at this point in the history
  • Loading branch information
ironbeer committed Apr 22, 2024
1 parent cc1a070 commit 6e8e8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
context: .
file: ${{ matrix.build.file }}
target: ${{ matrix.build.target }}
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm/v7
tags: ghcr.io/${{ github.repository }}/${{ matrix.build.name }}:${{ github.ref_name }}
build-args: ${{ matrix.build.args }}
push: true

0 comments on commit 6e8e8d0

Please sign in to comment.