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 012a21e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-husky-ws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
-
name: Checkout
uses: actions/checkout@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
-
name: Docker meta
id: meta
Expand All @@ -43,5 +45,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 012a21e

Please sign in to comment.