Skip to content

Commit

Permalink
add freebsd
Browse files Browse the repository at this point in the history
  • Loading branch information
khw7096 committed Jun 14, 2024
1 parent aebdae6 commit 2565803
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@ build() {
# OS 및 아키텍처별 빌드
build windows amd64
build linux amd64
build freebsd amd64
build darwin amd64
build darwin arm64 # Apple Silicon 지원

# 디렉토리 삭제
rm -rf ./bin/windows_amd64
rm -rf ./bin/linux_amd64
rm -rf ./bin/freebsd_amd64
rm -rf ./bin/darwin_amd64
rm -rf ./bin/darwin_arm64

0 comments on commit 2565803

Please sign in to comment.