mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-03-13 01:30:05 +01:00
web-wasi-threads: FROM uses HOST_ARCH
This commit is contained in:
parent
8cda4cf962
commit
6bf03cc540
1
Makefile
1
Makefile
@ -170,6 +170,7 @@ web-wasi-threads: web-wasi web-wasi-threads/Dockerfile
|
||||
-t $(ORG)/web-wasi-threads:latest-$(HOST_ARCH) \
|
||||
--build-arg IMAGE=$(ORG)/web-wasi-threads \
|
||||
--build-arg VERSION=$(TAG) \
|
||||
--build-arg HOST_ARCH=$(HOST_ARCH) \
|
||||
--build-arg VCS_REF=`git rev-parse --short HEAD` \
|
||||
--build-arg VCS_URL=`git config --get remote.origin.url` \
|
||||
--build-arg BUILD_DATE=`date -u +"%Y-%m-%dT%H:%M:%SZ"` \
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user