Skip to content

Commit

Permalink
fix: elasticsearch docker_platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
rolljee committed Dec 19, 2024
1 parent 4a0cc18 commit b91edfe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/workflow-deployments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Documentation and NPM package

env:
DOCKER_PLATFORMS: "linux/amd64,linux/arm64,linux/arm/v7"
DOCKER_PLATFORMS_ELASTICSEARCH: "linux/amd64,linux/arm64"
ELASTICSEARCH_VERSION: "7.17.26"
NODE_VERSION: "20"

Expand Down Expand Up @@ -301,5 +302,5 @@ jobs:
file: ./docker/images/elasticsearch/Dockerfile
push: true
build-args: ELASTICSEARCH_VERSION=${{ env.ELASTICSEARCH_VERSION }}
platforms: ${{ env.DOCKER_PLATFORMS }}
platforms: ${{ env.DOCKER_PLATFORMS_ELASTICSEARCH }}
tags: kuzzleio/elasticsearch:${{ env.ELASTICSEARCH_VERSION }},kuzzleio/elasticsearch:7, kuzzleio/elasticsearch:latest

0 comments on commit b91edfe

Please sign in to comment.