<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p><br>
    </p>
    <div class="moz-cite-prefix">Le 14/09/2022 à 20:54, Alan Snow a
      écrit :<br>
    </div>
    <blockquote type="cite"
cite="mid:CAGybdFRmo4nXcC=g7=7tPfiJBLg6xYwfeMSqKrcNbB4w2=hXnQ@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="auto">Have you tried automating it in GitHub actions?</div>
    </blockquote>
    <p>no. Not sure how doable installing the docker buildx stuff in GHA
      workers is, and the builds are probably too long compared to the
      timeout of GHA (actually, I see it is 72 hours, but not completely
      sure that with 2 or 3? vCPUs cross compilation can be done in <
      72 hours)<br>
    </p>
    <blockquote type="cite"
cite="mid:CAGybdFRmo4nXcC=g7=7tPfiJBLg6xYwfeMSqKrcNbB4w2=hXnQ@mail.gmail.com"><br>
      <div class="gmail_quote">
        <div dir="ltr" class="gmail_attr">On Wed, Sep 14, 2022, 1:32 PM
          Even Rouault <<a href="mailto:even.rouault@spatialys.com"
            moz-do-not-send="true" class="moz-txt-link-freetext">even.rouault@spatialys.com</a>>
          wrote:<br>
        </div>
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Javier,<br>
          <br>
          Le 14/09/2022 à 19:56, Javier Jimenez Shaw a écrit :<br>
          > Hi<br>
          ><br>
          > There is only "alpine-normal-3.5.2" in docker hub for
          GDAL 3.5.2:<br>
          > <a
            href="https://hub.docker.com/r/osgeo/gdal/tags?page=1&name=3.5"
            rel="noreferrer noreferrer" target="_blank"
            moz-do-not-send="true">https://hub.docker.com/r/osgeo/gdal/tags?page=1&name=3.5</a>
          <br>
          > <<a
            href="https://hub.docker.com/r/osgeo/gdal/tags?page=1&name=3.5"
            rel="noreferrer noreferrer" target="_blank"
            moz-do-not-send="true">https://hub.docker.com/r/osgeo/gdal/tags?page=1&name=3.5</a>><br>
          ><br>
          > but many for 3.5.1 (like ubuntu)<br>
          ><br>
          > Is that intentional?<br>
          <br>
          Not really. It has been 2 days that I'm attempting to push the
          images <br>
          generated on my PC on Docker hub, and it fails on the
          ubuntu-full ones, <br>
          with the connection being reset after many hours, probably due
          to their <br>
          "big" size and my connection being too slow on upload, so I
          keep <br>
          re-trying. Not the first time I hit that problem, but here it
          struggles <br>
          more than usual. I should probably get off my procrastination
          of <br>
          upgrading my DSL connection to fiber...<br>
          <br>
          If you have a faster connection and want to help, you need to
          install <br>
          docker buildx (not sure I kept note on that installation
          process, but I <br>
          probably followed what is described at <br>
          <a
href="https://github.com/OSGeo/gdal/tree/master/docker#multi-arch-images"
            rel="noreferrer noreferrer" target="_blank"
            moz-do-not-send="true" class="moz-txt-link-freetext">https://github.com/OSGeo/gdal/tree/master/docker#multi-arch-images</a>)
          with <br>
          linux/amd64 and linux/arm64 backends installed, and then from
          a checkout <br>
          of release/3.5 branch:<br>
          <br>
          ./docker/build-all.sh --with-multi-arch --release --tag 3.5.2
          --gdal <br>
          v3.5.2 --proj 9.1.0 --platform linux/arm64,linux/amd64<br>
          <br>
          Takes ~ 1 day for building everything (the slow part is arm64
          <br>
          crosscompilation)<br>
          <br>
          And then relaunch the above command with --push appended to
          actually <br>
          push to Docker hub (it can be done also in a single step but I
          prefer <br>
          doing in two steps to separate upload issues from build
          issues)<br>
          <br>
          If you're willing to do that, I can grant you push rights to <br>
          <a href="https://hub.docker.com/r/osgeo/gdal" rel="noreferrer
            noreferrer" target="_blank" moz-do-not-send="true"
            class="moz-txt-link-freetext">https://hub.docker.com/r/osgeo/gdal</a><br>
          <br>
          Even<br>
          <br>
          -- <br>
          <br>
          <a href="http://www.spatialys.com" rel="noreferrer noreferrer"
            target="_blank" moz-do-not-send="true"
            class="moz-txt-link-freetext">http://www.spatialys.com</a><br>
          My software is free, but my time generally not.<br>
          <br>
          _______________________________________________<br>
          gdal-dev mailing list<br>
          <a href="mailto:gdal-dev@lists.osgeo.org" target="_blank"
            rel="noreferrer" moz-do-not-send="true"
            class="moz-txt-link-freetext">gdal-dev@lists.osgeo.org</a><br>
          <a href="https://lists.osgeo.org/mailman/listinfo/gdal-dev"
            rel="noreferrer noreferrer" target="_blank"
            moz-do-not-send="true" class="moz-txt-link-freetext">https://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
        </blockquote>
      </div>
    </blockquote>
    <pre class="moz-signature" cols="72">-- 
<a class="moz-txt-link-freetext" href="http://www.spatialys.com">http://www.spatialys.com</a>
My software is free, but my time generally not.</pre>
  </body>
</html>