Author: Kevin Chevreuil - Kaisen <kaisen@kaisenlinux.org>

--- k6-0.47.0.orig/build-release.sh
+++ k6-0.47.0/build-release.sh
@@ -7,7 +7,7 @@ eval "$(go env)"
 set -x
 export OUT_DIR="${1-dist}"
 # To override the latest git tag as the version, pass something else as the second arg.
-export VERSION=${2:-$(git describe --tags --always --dirty)}
+export VERSION=1.1.0
 
 set +x
 
@@ -75,8 +75,5 @@ echo "--- Building Release: ${VERSION}"
 
 mkdir -p "$OUT_DIR"
 
-build linux-amd64   ""      tgz,rpm,deb     GOOS=linux,GOARCH=amd64,CGO_ENABLED=0
-build linux-arm64   ""      tgz             GOOS=linux,GOARCH=arm64,CGO_ENABLED=0 # TODO: package rpm and dep too
-build macos-amd64   ""      zip             GOOS=darwin,GOARCH=amd64
-build macos-arm64   ""      zip             GOOS=darwin,GOARCH=arm64
-build windows-amd64 .exe    zip             GOOS=windows,GOARCH=amd64
+build linux-amd64   ""      tgz             GOOS=linux,GOARCH=amd64,CGO_ENABLED=0
+build linux-arm64   ""      tgz             GOOS=linux,GOARCH=arm64,CGO_ENABLED=0
