Skip to content

Commit

Permalink
ci: Github workflow arm64 for frontend (#5)
Browse files Browse the repository at this point in the history
* ci: Github workflow arm64 for frontend

* Revert "ci: Github workflow arm64 for frontend"

This reverts commit 4c3729d.

* Reapply "ci: Github workflow arm64 for frontend"

This reverts commit dc9d552.
  • Loading branch information
wushuangs authored Jun 18, 2024
1 parent 8f5e50a commit e8e79e2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,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 @@ -58,9 +58,10 @@ jobs:
- name: Build
run: npm run app:build
- name: Build and push Docker image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
context: .
push: true
tags: beclab/devbox:${{ steps.get-latest-tag.outputs.tag }}
file: Dockerfile
platforms: linux/amd64,linux/arm64

0 comments on commit e8e79e2

Please sign in to comment.