web-wasi-threads: FROM uses HOST_ARCH

This commit is contained in:
Matt McCormick
2024-12-29 19:10:17 -05:00
parent 8cda4cf962
commit 6bf03cc540
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,6 @@
ARG ORG=dockcross
FROM ${ORG}/web-wasi:latest
ARG HOST_ARCH=amd64
FROM ${ORG}/web-wasi:latest-${HOST_ARCH}
LABEL maintainer="Matt McCormick matt@mmmccormick.com"