diff --git a/.goreleaser-linux-amd64.yml b/.goreleaser-linux-amd64.yml index 40695482..e93c58c9 100644 --- a/.goreleaser-linux-amd64.yml +++ b/.goreleaser-linux-amd64.yml @@ -23,7 +23,7 @@ nfpms: license: Apache 2.0 # Build IDs for the builds you want to create NFPM packages for. - builds: + ids: - zrok-amd64 # Formats to be generated. diff --git a/.goreleaser-linux-arm64.yml b/.goreleaser-linux-arm64.yml index bc357c61..d58955f8 100644 --- a/.goreleaser-linux-arm64.yml +++ b/.goreleaser-linux-arm64.yml @@ -27,7 +27,7 @@ nfpms: license: Apache 2.0 # Build IDs for the builds you want to create NFPM packages for. - builds: + ids: - zrok-armv8 # Formats to be generated. diff --git a/.goreleaser-linux-armel.yml b/.goreleaser-linux-armel.yml index f4433553..52ea8fb8 100644 --- a/.goreleaser-linux-armel.yml +++ b/.goreleaser-linux-armel.yml @@ -31,7 +31,7 @@ nfpms: license: Apache 2.0 # Build IDs for the builds you want to create NFPM packages for. - builds: + ids: - zrok-armel # Formats to be generated. diff --git a/.goreleaser-linux-armhf.yml b/.goreleaser-linux-armhf.yml index fd76de1f..4f71e078 100644 --- a/.goreleaser-linux-armhf.yml +++ b/.goreleaser-linux-armhf.yml @@ -29,7 +29,7 @@ nfpms: license: Apache 2.0 # Build IDs for the builds you want to create NFPM packages for. - builds: + ids: - zrok-armhf # Formats to be generated.