Skip to content

Commit

Permalink
feat(web): build multi-platform Docker image for amd64 and arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
JagandeepBrar committed May 1, 2023
1 parent 79d1388 commit 89b0906
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,12 @@ jobs:
return tags.map((tag) => `ghcr.io/jagandeepbrar/lunasea:${tag}`).join(',');
- name: Build LunaSea
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
outputs: type=docker,dest=${{ github.workspace}}/output/lunasea-web-docker.tar
tags: ${{ steps.tags.outputs.result }}
platforms: linux/amd64,linux/arm64

- name: Upload Artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 89b0906

Please sign in to comment.