Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add darwin to GitHub to build binary #27

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

elct9620
Copy link
Contributor

Add darwin/amd64 and darwin/arm64 to build matrix

@elct9620 elct9620 force-pushed the feat/add-dawrin-to-github-action branch from f32cace to 915a42d Compare August 28, 2024 15:17
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ env.GOVERSION }}
- name: Build
run: go build -v -o stunmesh-${{ matrix.arch }} .
run: go build -v -o stunmesh-${{ matrix.os }}-${{ matrix.arch }} .
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
run: go build -v -o stunmesh-${{ matrix.os }}-${{ matrix.arch }} .
run: go build -v -o stunmesh-go-${{ matrix.os }}-${{ matrix.arch }} .

@tjjh89017 tjjh89017 merged commit f920d50 into tjjh89017:main Aug 28, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants