Skip to content

Commit

Permalink
reduced arch support to amd64 only
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Mar 9, 2021
1 parent dfdeb09 commit 1bc8912
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
[^2]: Most containerized NOS will require >1 vCPU. RAM size depends on the lab size. Architecture: AMD64.

0 comments on commit 1bc8912

Please sign in to comment.