Skip to content

Commit

Permalink
HTM-1242: remove arm64 building from Solr (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
mprins authored Nov 20, 2024
1 parent cb051d0 commit 660e3e2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ jobs:
- name: 'Build and push Solr image'
run: |
export BUILDX_NO_DEFAULT_ATTESTATIONS=1
docker run --privileged --rm tonistiigi/binfmt --install all
SOLRVERSION=$(grep "FROM solr" -m1 solr/Dockerfile | cut -f2 -d":"| cut -f1 -d":")
echo "Building Solr version $SOLRVERSION"
docker buildx create --use --name tailormap-builder
docker buildx use tailormap-builder
docker buildx build --platform linux/amd64,linux/arm64 --build-arg SOLRVERION=${SOLRVERSION} --tag ghcr.io/tailormap/solr:${SOLRVERSION} --push --pull ./solr
docker buildx build --build-arg SOLRVERION=${SOLRVERSION} --tag ghcr.io/tailormap/solr:${SOLRVERSION} --push --pull ./solr

0 comments on commit 660e3e2

Please sign in to comment.