From 1bc8912487865c8234d7a22ba713ac2ca3b3931b Mon Sep 17 00:00:00 2001 From: Roman Dodin Date: Tue, 9 Mar 2021 13:38:39 +0000 Subject: [PATCH] reduced arch support to amd64 only --- .goreleaser.yml | 2 ++ docs/install.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index bae7a610a..bfb27025b 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -6,6 +6,8 @@ builds: - -s -w -X github.com/srl-wim/container-lab/cmd.version={{.Version}} -X github.com/srl-wim/container-lab/cmd.commit={{.ShortCommit}} -X github.com/srl-wim/container-lab/cmd.date={{.Date}} goos: - linux + goarch: + - amd64 archives: - replacements: linux: Linux diff --git a/docs/install.md b/docs/install.md index cae24b410..e2073064c 100644 --- a/docs/install.md +++ b/docs/install.md @@ -94,4 +94,4 @@ This command will fetch the installation script and will upgrade the tool to its or leverage `apt`/`yum` utilities if containerlab repo was added as explained in the [Package managers](#package-managers) section. [^1]: only available if installed from packages -[^2]: Most containerized NOS will require >1 vCPU. RAM size depends on the lab size. \ No newline at end of file +[^2]: Most containerized NOS will require >1 vCPU. RAM size depends on the lab size. Architecture: AMD64. \ No newline at end of file