mirror of
https://github.com/sobolevn/git-secret
synced 2024-11-08 19:10:31 +00:00
14 lines
209 B
Bash
14 lines
209 B
Bash
# Full list is here:
|
|
# http://dl-cdn.alpinelinux.org/alpine/v3.13/main/
|
|
# shellcheck disable=SC2034
|
|
ALPINE_ARCHITECTURES=(
|
|
'aarch64'
|
|
'armhf'
|
|
'armv7'
|
|
'mips64'
|
|
'ppc64le'
|
|
's390x'
|
|
'x86'
|
|
'x86_64'
|
|
)
|