Skip to content

Commit

Permalink
Merge pull request #3 from mattermost/fix-build
Browse files Browse the repository at this point in the history
Add platform argument
  • Loading branch information
stafot authored Feb 7, 2024
2 parents 4f0f503 + a60662b commit 861e4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
TAG: ${{ github.ref_name }}
PGBOUNCER_VERSION: 1.22.0
run: |
docker buildx build --push -t mattermost/pgbouncer:${TAG} build/. --build-arg PGBOUNCER_VERSION=${PGBOUNCER_VERSION}
docker buildx build --platform linux/amd64 --push -t mattermost/pgbouncer:${TAG} build/. --build-arg PGBOUNCER_VERSION=${PGBOUNCER_VERSION}

0 comments on commit 861e4da

Please sign in to comment.