Skip to content

Commit

Permalink
add macos arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
dovholuknf committed Aug 30, 2024
1 parent c09980c commit dea1b03
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:
zssh_asset_name: zssh-macos-amd64
zscp_artifact_name: zscp
zscp_asset_name: zscp-macos-amd64
- os: macos-latest
arch: macos-arm64
zssh_artifact_name: zssh
zssh_asset_name: zssh-macos-arm64
zscp_artifact_name: zscp
zscp_asset_name: zscp-macos-arm64
- os: ubuntu-latest
arch: linux-arm
go_opts: CC=arm-linux-gnueabi-gcc CGO_ENABLED=1 GOOS=linux GOARCH=arm
Expand Down

0 comments on commit dea1b03

Please sign in to comment.