diff --git a/InfrastructureAgent/.goreleaser.yaml b/InfrastructureAgent/.goreleaser.yaml index 9cf90e5007..22cf9e456b 100644 --- a/InfrastructureAgent/.goreleaser.yaml +++ b/InfrastructureAgent/.goreleaser.yaml @@ -28,8 +28,8 @@ builds: - amd64 - arm64 goarm: - - 6 - - 7 + - "6" + - "7" archives: - format: tar.gz # this name template makes the OS and Arch compatible with the results of `uname`.