Skip to content

Commit

Permalink
Merge pull request #3 from compscore/os_and_arch_enforcement
Browse files Browse the repository at this point in the history
Enforce GOOS and GOARCH on actions
  • Loading branch information
1nv8rzim authored Sep 11, 2023
2 parents 23ee937 + b8cc819 commit 16a3729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Compile Plugin
run: |
go build -o check.so -buildmode=plugin main.go
GOARCH=amd64 GOOS=linux go build -o check.so -buildmode=plugin main.go
- name: Create Release
id: create_release
Expand Down

0 comments on commit 16a3729

Please sign in to comment.