File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ build:
2424 set -euxo pipefail
2525 # accepts justfile env/vars
2626 if [[ {{ arch }} == " arm64" ]]; then
27- docker build -f Dockerfile.web -t {{ APP}} :{{ TAG}} --build-arg CHIPSET_ARCH=aarch64 -linux-gnu .
27+ docker build -f Dockerfile -t {{ APP}} :{{ TAG}} --build-arg CHIPSET_ARCH=aarch64 -linux-gnu .
2828 else
29- docker buildx build -f Dockerfile.web --progress=plain -t {{ APP}} :{{ TAG}} --build-arg CHIPSET_ARCH=x86 _64 -linux-gnu --load .
29+ docker buildx build -f Dockerfile --progress=plain -t {{ APP}} :{{ TAG}} --build-arg CHIPSET_ARCH=x86 _64 -linux-gnu --load .
3030 fi
3131
3232# intel build
3333buildx :
34- docker buildx build -f Dockerfile.web --progress=plain -t $TAG --build-arg CHIPSET_ARCH=x86 _64 -linux-gnu --load .
34+ docker buildx build -f Dockerfile --progress=plain -t $TAG --build-arg CHIPSET_ARCH=x86 _64 -linux-gnu --load .
3535
3636# arm build w/docker-compose defaults
3737build-clean :
You can’t perform that action at this time.
0 commit comments