Skip to content

Commit 2cd89d1

Browse files
Update github-action.sh
1 parent 6cedbcb commit 2cd89d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: github-action.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ model_name=$(lscpu | awk -F ': +' '/Model name:/ { print $2 }')
88
common_flags="-O3 -ffinite-loops -ffast-math -D_REENTRANT -finline-functions -falign-functions=16 -fomit-frame-pointer -fpic -pthread -flto -fuse-ld=lld -fno-stack-protector"
99

1010
# List of SPU model names
11-
#spu_models=("Cortex-A53" "Cortex-A55" "Cortex-A57" "Cortex-A72" "Cortex-A73" "Cortex-A75" "Cortex-A76" "Cortex-A78c" "Cortex-A78")
12-
spu_models=("Cortex-A53" "Cortex-A55")
11+
spu_models=("Cortex-A53" "Cortex-A55" "Cortex-A57" "Cortex-A72" "Cortex-A73" "Cortex-A75" "Cortex-A76" "Cortex-A78c" "Cortex-A78")
12+
#spu_models=("Cortex-A53" "Cortex-A55")
1313

1414
# Create a directory to store the zip files
1515
sudo mkdir -p ./ccminerzip/

0 commit comments

Comments
 (0)