Skip to content

Commit

Permalink
feat: multiplatform build
Browse files Browse the repository at this point in the history
  • Loading branch information
Depetrol committed Aug 1, 2024
1 parent b90f6c2 commit 20339e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/push-rti-docker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ runs:
with:
file: ./core/src/main/resources/lib/c/reactor-c/core/federated/RTI/rti.Dockerfile
context: ./core/src/main/resources/lib/c/reactor-c
platforms: linux/amd64, linux/arm64, linux/arm/v7, linux/riscv64
push: true
tags: lflang/rti:${{ inputs.tag }}
tags: ${{ inputs.DOCKERHUB_USERNAME }}/rti:${{ inputs.tag }}

0 comments on commit 20339e1

Please sign in to comment.