Skip to content

Commit

Permalink
ci: enhance CI Workflow and Cross-Platform Builds
Browse files Browse the repository at this point in the history
- Add steps to build Linux binaries for amd64 and arm64 in the Docker GitHub workflow

Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed Apr 22, 2024
1 parent d98f031 commit f070ee3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
with:
fetch-depth: 0

- name: Build binary
run: |
make build_linux_amd64
make build_linux_arm64
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

Expand Down

0 comments on commit f070ee3

Please sign in to comment.