Skip to content

Commit ef77668

Browse files
committed
chore(docker-library): remove the hardware architecture filter
1 parent 93132ae commit ef77668

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

generate-stackbrew-library.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ dirCommit() {
4343
)
4444
}
4545

46-
# TODO: remove unsupported architectures (e.g., arm32, i386, mips, ppc, s390)
4746
getArches() {
4847
# exclude this image (e.g., oneself) from the architecture lookup
4948
local repo="$1"; shift
@@ -161,9 +160,6 @@ for version; do
161160
;;
162161
esac
163162

164-
# FIXME: filter out unsupported archictectures here?
165-
variantArches="amd64"
166-
167163
echo
168164
echo "Tags: $(join ', ' "${variantAliases[@]}")"
169165
if [ "${#sharedTags[@]}" -gt 0 ]; then

0 commit comments

Comments
 (0)