Commit 79aa9f9f by Christian Brauner Committed by GitHub

Merge pull request #1643 from evgeni/aarch64

templates/debian: add aarch64 → arm64 mapping
parents cb54b579 2c660503
......@@ -659,6 +659,8 @@ elif [ "$arch" = "x86_64" ]; then
arch="amd64"
elif [ "$arch" = "armv7l" ]; then
arch="armhf"
elif [ "$arch" = "aarch64" ]; then
arch="arm64"
elif [ "$arch" = "ppc" ]; then
arch="powerpc"
elif [ "$arch" = "ppc64le" ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment