Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
wwsheng009 committed Jan 22, 2024
1 parent 6a3f054 commit 1897dd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:

- name: Build Go project
run: |
GOOS=linux CGO_ENABLED=0 GOARCH=amd64 go build -o psutil-linux.amd64.so
GOOS=linux CGO_ENABLED=0 GOARCH=arm64 go build -o psutil-linux.arm64.so
GOOS=linux CGO_ENABLED=0 GOARCH=amd64 go build -o psutil-linux-amd64.so
GOOS=linux CGO_ENABLED=0 GOARCH=arm64 go build -o psutil-linux-arm64.so
chmod +x psutil-*.so
ls -lart
Expand Down

0 comments on commit 1897dd3

Please sign in to comment.