No longer needed
All checks were successful
CI / test (push) Successful in 41s

This commit is contained in:
Justin Hawkins 2025-06-20 12:47:00 +02:00
parent d51f409497
commit 163e7abf47

View File

@ -1,10 +0,0 @@
#!/bin/sh
GOOS=linux GOARCH=amd64 go build -o cal_linux_amd64
GOOS=darwin GOARCH=arm64 go build -o cal_darwin_arm64
GOOS=windows GOARCH=amd64 go build -o cal_windows_lol_amd64
zip cal.zip cal_linux_amd64 cal_darwin_arm64 cal_windows_lol_amd64
open .