Skip to content

Commit

Permalink
chore: drop ARMv7 support (#28)
Browse files Browse the repository at this point in the history
Since we don't provide any ARMv7 PostgreSQL image doesn't
make sense to provide a PgBouncer for ARMv7.

Closes #27

Signed-off-by: Jonathan Gonzalez V <[email protected]>

Signed-off-by: Jonathan Gonzalez V <[email protected]>
  • Loading branch information
sxd authored Nov 28, 2022
1 parent aa95831 commit 67dc8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
-
name: Detect platforms
run: |
platforms="linux/amd64,linux/arm64,linux/arm/v7"
platforms="linux/amd64,linux/arm64"
echo "PLATFORMS=${platforms}" >> $GITHUB_ENV
-
name: Set up QEMU
Expand Down

0 comments on commit 67dc8be

Please sign in to comment.