Skip to content

Commit

Permalink
fix: name of arch macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
dido18 committed Jan 14, 2025
1 parent 67db428 commit 4ddb700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-go-tester-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
mv ${{ env.PROJECT_NAME }} ${{ env.PROJECT_NAME}}_amd64
if: runner.os == 'macOS'

- name: Build the Agent for macos amd 64
- name: Build the Agent for macos arm 64
env:
MACOSX_DEPLOYMENT_TARGET: 10.15 # minimum supported version for mac
CGO_CFLAGS: -mmacosx-version-min=10.15
Expand Down

0 comments on commit 4ddb700

Please sign in to comment.