Skip to content

Commit

Permalink
virustotal macOS universal image
Browse files Browse the repository at this point in the history
  • Loading branch information
hollesse committed Apr 5, 2024
1 parent 1f0f9f8 commit c161fd0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/virustotal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
GOOS=linux GOARCH=amd64 go build -o ./mob-virustotal-linux -v
GOOS=darwin GOARCH=amd64 go build -o ./mob-virustotal-macos-amd -v
GOOS=darwin GOARCH=arm64 go build -o ./mob-virustotal-macos-arm -v
lipo -create -output ./mob-virustotal-macos ./mob-virustotal-macos-amd ./mob-virustotal-macos-arm
-
name: VirusTotal Scan
uses: crazy-max/ghaction-virustotal@v3
Expand All @@ -30,4 +31,5 @@ jobs:
./mob-virustotal-windows.exe
./mob-virustotal-linux
./mob-virustotal-macos-amd
./mob-virustotal-macos-arm
./mob-virustotal-macos-arm
./mob-virustotal-macos

0 comments on commit c161fd0

Please sign in to comment.