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 b4e4d95 commit b4a5248Copy full SHA for b4a5248
.github/workflows/build.yml
@@ -30,7 +30,9 @@ jobs:
30
tag_with_ref: true
31
tag_with_sha: true
32
push: ${{ startsWith(github.ref, 'refs/tags/') }}
33
- if: ${{ startsWith(github.ref, 'refs/tags/') }}
+
34
+ # if: ${{ startsWith(github.ref, 'refs/tags/') }}
35
36
37
layer:
38
name: Layer
Dockerfile
@@ -137,6 +137,7 @@ RUN git clone --branch release/ https://github.com/OSGeo/gdal.git --branch v${GD
137
--mandir=/usr/share/man \
138
--includedir=/usr/include/gdal \
139
--with-threads \
140
+ --without-libtool \
141
--with-grass=no \
142
--with-hide-internal-symbols=yes \
143
--with-rename-internal-libtiff-symbols=yes \
0 commit comments