Skip to content

Commit

Permalink
ci(husky-ws): Add arm64 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
j3soon committed Jul 5, 2024
1 parent 2abe2a3 commit 6a2b875
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-husky-ws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
-
name: Checkout
uses: actions/checkout@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
-
name: Docker meta
id: meta
Expand All @@ -43,5 +47,6 @@ jobs:
uses: docker/build-push-action@v4
with:
context: husky_ws/docker
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}

0 comments on commit 6a2b875

Please sign in to comment.