Archived
1
0

ci: Minor fixes for FreeBSD support

This commit is contained in:
Anmol Sethi
2020-12-14 18:24:59 -05:00
parent 003225d2cd
commit 2bafbdc32f
2 changed files with 7 additions and 2 deletions

View File

@ -38,7 +38,7 @@ arch() {
aarch64)
echo arm64
;;
x86_64)
x86_64 | amd64)
echo amd64
;;
*)