Skip to content

Commit

Permalink
Add docker cross build action for aarch64 build step
Browse files Browse the repository at this point in the history
  • Loading branch information
richardfan1126 committed Nov 17, 2023
1 parent fb03320 commit 3f11898
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-binary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
ARCH: aarch64
steps:
- 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: Build
run: "./build.sh"
- name: Upload Build Artifact
Expand Down

0 comments on commit 3f11898

Please sign in to comment.