Skip to content

Commit

Permalink
change build platform
Browse files Browse the repository at this point in the history
Sandip117 committed Mar 28, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 18a2e21 commit ecd129c
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -57,7 +57,7 @@ jobs:
tags: |
${{ steps.determine.outputs.dock_image }}
ghcr.io/${{ steps.determine.outputs.dock_image }}
platforms: linux/amd64,linux/ppc64le,linux/arm64,linux/arm/v7
platforms: linux/amd64
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
PushContainerReadme:
2 changes: 1 addition & 1 deletion app/config.py
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@

class Settings(BaseSettings):
pflink_mongodb: MongoDsn = 'mongodb://localhost:27017'
version: str = "4.0.2"
version: str = "4.0.3"
mongo_username: str = "admin"
mongo_password: str = "admin"
log_level: str = "DEBUG"

0 comments on commit ecd129c

Please sign in to comment.