mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-12 07:03:55 +03:00
Merge fede63a878
into 7fe302ed7c
This commit is contained in:
commit
60e76a1cf5
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -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 }}
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user