Skip to content

Commit

Permalink
Revert "feat(docker): enable linux/arm64 builds"
Browse files Browse the repository at this point in the history
This reverts commit 49f5f23.
  • Loading branch information
alexsporn committed Nov 17, 2024
1 parent 49f5f23 commit b92bf71
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
ssh: default
context: .
file: docker/iota-node/Dockerfile
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
tags: ${{ steps.meta-node.outputs.tags }}
push: true
pull: true
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
ssh: default
context: .
file: docker/iota-indexer/Dockerfile
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
tags: ${{ steps.meta-indexer.outputs.tags }}
push: true
pull: true
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
ssh: default
context: .
file: docker/iota-tools/Dockerfile
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
tags: ${{ steps.meta-tools.outputs.tags }}
push: true
pull: true
Expand Down Expand Up @@ -258,7 +258,7 @@ jobs:
ssh: default
context: .
file: docker/iota-graphql-rpc/Dockerfile
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
tags: ${{ steps.meta-tools.outputs.tags }}
push: true
pull: true

0 comments on commit b92bf71

Please sign in to comment.