Skip to content

Commit

Permalink
Add i386 arch to deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
static-void-main committed Apr 14, 2021
1 parent 6292fd1 commit 1caf5f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gh-actions-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ declare -A annotate_map=(
["armel"]="--arch arm --variant v6"
["armhf"]="--arch arm --variant v7"
["arm64"]="--arch arm64 --variant v8"
["i386"]="--arch 386"
)

mkdir -p ~/.docker
Expand Down

0 comments on commit 1caf5f7

Please sign in to comment.