Skip to content

Commit

Permalink
Merge pull request #1729 from Logicer16/master
Browse files Browse the repository at this point in the history
Docker multi-arch image
  • Loading branch information
mergify[bot] authored Oct 17, 2023
2 parents 35b58e1 + 1a19fc6 commit 5cc4672
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
<docker.noocr.assembly.mode>tgz</docker.noocr.assembly.mode>
<!-- We use this tag to make easy using docker pull dadoonet/fscrawler:noocr -->
<docker.noocr.tags.0>noocr</docker.noocr.tags.0>
<docker.noocr.buildx.platforms.0>linux/amd64</docker.noocr.buildx.platforms.0>
<docker.noocr.buildx.platforms.1>linux/arm64</docker.noocr.buildx.platforms.1>

<!-- install tesseract-ocr and all language files -->
<docker.ocr.alias>${project.artifactId}-ocr</docker.ocr.alias>
Expand All @@ -44,6 +46,8 @@
<!-- The ocr version will be the default one for anyone trying docker pull dadoonet/fscrawler:VERSION -->
<docker.ocr.tags.0>${project.version}</docker.ocr.tags.0>
<docker.ocr.tags.1>latest</docker.ocr.tags.1>
<docker.ocr.buildx.platforms.0>linux/amd64</docker.ocr.buildx.platforms.0>
<docker.ocr.buildx.platforms.1>linux/arm64</docker.ocr.buildx.platforms.1>

<distribution.mainClassName>fr.pilato.elasticsearch.crawler.fs.cli.FsCrawler</distribution.mainClassName>
</properties>
Expand Down

0 comments on commit 5cc4672

Please sign in to comment.