Skip to content

Commit

Permalink
feat(release): add arm64 plattform for docker containers
Browse files Browse the repository at this point in the history
  • Loading branch information
muXxer committed Dec 20, 2024
1 parent c2ec252 commit c66536f
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 @@ -87,7 +87,7 @@ jobs:
with:
context: .
file: docker/iota-node/Dockerfile
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta-node.outputs.tags }}
push: true
pull: true
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
with:
context: .
file: docker/iota-indexer/Dockerfile
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta-indexer.outputs.tags }}
push: true
pull: true
Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:
with:
context: .
file: docker/iota-tools/Dockerfile
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta-tools.outputs.tags }}
push: true
pull: true
Expand Down Expand Up @@ -294,7 +294,7 @@ jobs:
with:
context: .
file: docker/iota-graphql-rpc/Dockerfile
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta-tools.outputs.tags }}
push: true
pull: true
Expand Down

0 comments on commit c66536f

Please sign in to comment.