Skip to content

Commit

Permalink
enforcing architecture and os version for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
1nv8rzim committed Sep 11, 2023
1 parent 23ee937 commit b8cc819
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 b8cc819

Please sign in to comment.