10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d919353 commit bacf25dCopy full SHA for bacf25d
.github/workflows/ami-release.yml
@@ -66,10 +66,10 @@ jobs:
66
file: docker/Dockerfile
67
target: pg-deb
68
build-args: |
69
- ubuntu_release="${{ matrix.ubuntu }}"
70
- postgresql_major="${{ steps.version.outputs.postgresql_major }}"
71
- postgresql_release="${{ steps.version.outputs.postgresql_release }}"
72
- CPPFLAGS="-mcpu=${{ matrix.mcpu }}"
+ ubuntu_release=${{ matrix.ubuntu }}
+ postgresql_major=${{ steps.version.outputs.postgresql_major }}
+ postgresql_release=${{ steps.version.outputs.postgresql_release }}
+ CPPFLAGS=-mcpu=${{ matrix.mcpu }}
73
tags: supabase/postgres:deb
74
platforms: linux/${{ matrix.arch }}
75
cache-from: type=gha
0 commit comments