Skip to content

Commit e8e79e2

Browse files
authored
ci: Github workflow arm64 for frontend (#5)
* 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.
1 parent 8f5e50a commit e8e79e2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
- name: Check out the repo
1515
uses: actions/checkout@v3
1616
- name: Set up QEMU
17-
uses: docker/setup-qemu-action@v1
17+
uses: docker/setup-qemu-action@v3
1818
- name: Set up Docker Buildx
19-
uses: docker/setup-buildx-action@v2
19+
uses: docker/setup-buildx-action@v3
2020
- name: Login to GitHub Container Registry
2121
uses: docker/login-action@v2
2222
with:
@@ -58,9 +58,10 @@ jobs:
5858
- name: Build
5959
run: npm run app:build
6060
- name: Build and push Docker image
61-
uses: docker/build-push-action@v2
61+
uses: docker/build-push-action@v3
6262
with:
6363
context: .
6464
push: true
6565
tags: beclab/devbox:${{ steps.get-latest-tag.outputs.tag }}
6666
file: Dockerfile
67+
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)