Skip to content

Commit

Permalink
Disabled building images linux/arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
Yen committed Apr 23, 2023
1 parent 9a250e1 commit ddbceb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
pull: true
push: true
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
tags: |
georgebott/postgres_web3:latest
georgebott/postgres_web3:alpine
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A PostgreSQL extension implementing a collection of optimized data types for web

## Docker container images

Container images are available for `linux/amd64`, and `linux/arm64`. The postgres_web3 image may build on other platforms.
Container images are available for ~~`linux/386`~~, `linux/amd64`, and ~~`linux/arm64`~~. The postgres_web3 image may build on other platforms.

- [Docker Hub](https://hub.docker.com/r/georgebott/postgres_web3)
- [Github Container Registry](https://ghcr.io/yen/postgres_web3)
Expand Down

0 comments on commit ddbceb5

Please sign in to comment.