This commit is contained in:
Matt Burdan 2024-11-04 15:57:17 +01:00 committed by GitHub
commit 60e76a1cf5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -34,4 +34,4 @@ jobs:
tags: pgweb:latest
platforms: linux/amd64,linux/arm64,linux/arm/v7
build-args: |
"CGO_ENABLED=${{ env.CGO_ENABLED }}"
CGO_ENABLED=${{ env.CGO_ENABLED }}

View File

@ -58,3 +58,5 @@ jobs:
ghcr.io/${{ env.GHCR_REPOSITORY }}:${{ steps.refs.outputs.SOURCE_TAG }}
ghcr.io/${{ env.GHCR_REPOSITORY }}:latest
platforms: linux/amd64,linux/arm64,linux/arm/v7
build-args: |
CGO_ENABLED=${{ env.CGO_ENABLED }}