You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
git-secret/utils/apk/meta.sh

9 lines
189 B
Bash

# Full list is here:
# http://dl-cdn.alpinelinux.org/alpine/v3.13/main/
# shellcheck disable=SC2034
readonly ALPINE_ARCHITECTURES=(
# We only support popular arches:
'x86'
'x86_64'
)