Skip to content

Commit

Permalink
ci: Github workflow arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
wushuangs committed Jun 18, 2024
1 parent 9fb2663 commit 113a084
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
Expand Down Expand Up @@ -49,9 +49,10 @@ jobs:
- name: Build
run: npm run app:build
- name: Build and push
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
context: .
file: Dockerfile
push: true
tags: beclab/wizard:${{ steps.get-latest-tag.outputs.tag }}
platforms: linux/amd64,linux/arm64

0 comments on commit 113a084

Please sign in to comment.