diff options
author | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2023-02-17 11:22:23 +0100 |
---|---|---|
committer | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2023-02-17 11:22:23 +0100 |
commit | d838fcf988d2175df3add5f3163792c3e58e4182 (patch) | |
tree | dde9395b2cd50783703b65e501fd6661339ec025 | |
parent | fbf81a01aa8e31fa817bd546dc9a485830aa0767 (diff) | |
download | vyos-build-d838fcf988d2175df3add5f3163792c3e58e4182.tar.gz vyos-build-d838fcf988d2175df3add5f3163792c3e58e4182.zip |
debian: T5003: Add salt arm64 repository for `salt-minion` requirement on vyos-1x
-rw-r--r-- | data/architectures/arm64.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/architectures/arm64.toml b/data/architectures/arm64.toml index eeb7e559..e48d9f49 100644 --- a/data/architectures/arm64.toml +++ b/data/architectures/arm64.toml @@ -1,3 +1,7 @@ +additional_repositories = [ + "deb [arch=arm64] https://repo.saltproject.io/py3/debian/11/arm64/3004 bullseye main" +] + kernel_flavor = "v8-arm64-vyos" # Packages included in ARM64 images by default |