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 fde8f71 commit c219063Copy full SHA for c219063
.github/workflows/generate_bin.yml
@@ -34,6 +34,7 @@ jobs:
34
cache-to: ghcr.io/roxedus/pgloader:cache
35
tags: |
36
ghcr.io/roxedus/pgloader
37
+ ghcr.io/roxedus/pgloader:df7cb
38
39
- name: Grab binary
40
run: |
@@ -47,6 +48,6 @@ jobs:
47
48
49
- uses: ncipollo/release-action@v1
50
with:
- tag: "3047c9a"
51
+ tag: "df7cb"
52
artifacts: "bin/pgloader"
53
token: ${{ secrets.GITHUB_TOKEN }}
Dockerfile
@@ -30,7 +30,7 @@ RUN wget -O /tmp/pgloader.tar.gz -L \
30
31
RUN mkdir -p /opt/src/pgloader/build/bin && \
32
cd /opt/src/pgloader && \
33
- make clones save
+ make DYNSIZE=32768 clones save
FROM debian:stable-slim
0 commit comments