File tree Expand file tree Collapse file tree 5 files changed +10
-0
lines changed Expand file tree Collapse file tree 5 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,8 @@ ENV PG_CONFIG /usr/lib/postgresql/${PGVERSION}/bin/pg_config
108108WORKDIR /usr/src/pg_auto_failover
109109
110110COPY Makefile ./
111+ COPY Makefile.azure ./
112+ COPY Makefile.citus ./
111113COPY ./src/ ./src
112114COPY ./src/bin/pg_autoctl/git-version.h ./src/bin/pg_autoctl/git-version.h
113115RUN make -s clean && make -s install -j8
Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ RUN pip3 install sphinx_rtd_theme
2323WORKDIR /usr/src/pg_auto_failover
2424
2525COPY Makefile ./
26+ COPY Makefile.azure ./
27+ COPY Makefile.citus ./
2628COPY ./src ./src
2729COPY ./docs ./docs
2830
Original file line number Diff line number Diff line change @@ -56,6 +56,8 @@ RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
5656WORKDIR /usr/src/pg_auto_failover
5757
5858COPY Makefile ./
59+ COPY Makefile.azure ./
60+ COPY Makefile.citus ./
5961COPY ./src/ ./src
6062RUN make -s clean && make -s install
6163
Original file line number Diff line number Diff line change @@ -52,6 +52,8 @@ RUN apt-get update \
5252WORKDIR /usr/src/pg_auto_failover
5353
5454COPY Makefile ./
55+ COPY Makefile.azure ./
56+ COPY Makefile.citus ./
5557COPY src/ ./src
5658RUN make -s clean && make -s install -j8
5759RUN cp /usr/lib/postgresql/${PGVERSION}/bin/pg_autoctl /usr/local/bin
Original file line number Diff line number Diff line change @@ -43,6 +43,8 @@ RUN apt-get update \
4343WORKDIR /usr/src/pg_auto_failover
4444
4545COPY Makefile ./
46+ COPY Makefile.azure ./
47+ COPY Makefile.citus ./
4648COPY src/ ./src
4749RUN make -s clean && make -s install -j8
4850RUN cp /usr/lib/postgresql/${PGVERSION}/bin/pg_autoctl /usr/local/bin
You can’t perform that action at this time.
0 commit comments