Skip to content

Commit

Permalink
Build Theia IDE Docker Image for ARM as well #338
Browse files Browse the repository at this point in the history
Contributed on behalf of STMicroelectronics
  • Loading branch information
jfaltermeier committed Mar 19, 2024
1 parent 61f6194 commit b97a0eb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish-theia-ide-img.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Set up Docker Buildx
uses: docker/[email protected]

- name: Login to Docker Hub
uses: docker/login-action@v1
with:
Expand All @@ -38,4 +41,5 @@ jobs:
push: true
tags: |
ghcr.io/${{ github.repository }}/theia-ide:${{ github.event.inputs.tag }}
ghcr.io/${{ github.repository }}/theia-ide:latest
ghcr.io/${{ github.repository }}/theia-ide:latest
platforms: linux/amd64,linux/arm64

0 comments on commit b97a0eb

Please sign in to comment.