From c161fd0c8873cd38ba7fc85494e67c88088a17a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joshua=20T=C3=B6pfer?= Date: Fri, 5 Apr 2024 16:56:03 +0200 Subject: [PATCH] virustotal macOS universal image --- .github/workflows/virustotal.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/virustotal.yaml b/.github/workflows/virustotal.yaml index 739aa060..cba08423 100644 --- a/.github/workflows/virustotal.yaml +++ b/.github/workflows/virustotal.yaml @@ -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 @@ -30,4 +31,5 @@ jobs: ./mob-virustotal-windows.exe ./mob-virustotal-linux ./mob-virustotal-macos-amd - ./mob-virustotal-macos-arm \ No newline at end of file + ./mob-virustotal-macos-arm + ./mob-virustotal-macos \ No newline at end of file