Skip to content

Commit

Permalink
Added new architectures for non-perl tags as well.
Browse files Browse the repository at this point in the history
Seems forgotten in 94eb642.
  • Loading branch information
thresheek committed Sep 6, 2017
1 parent 922d8a4 commit 48a4c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-stackbrew-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ for version in "${versions[@]}"; do
echo
cat <<-EOE
Tags: $(join ', ' "${versionAliases[@]}")
Architectures: amd64, i386, s390x
Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
GitCommit: $commit
Directory: $version/$base
EOE
Expand Down

0 comments on commit 48a4c53

Please sign in to comment.