mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-30 20:24:25 +00:00
feat(web): build multi-platform Docker image for amd64 and arm64
This commit is contained in:
3
.github/workflows/build_web.yml
vendored
3
.github/workflows/build_web.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user