Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Nov 5, 2024
1 parent f99a949 commit 13cd3f8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Makefile.sub
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,8 @@ TEST_IMAGE := $(if $(DOCKER_USERNAME), $(DOCKER_USERNAME)/$(TARGET):$(BRANCH), p
build:
cp -r ../Pillow/depends .
cp test.sh depends
if [ -n "$PLATFORM" ]; then
docker build -t $(IMAGENAME):$(BRANCH) --platform $PLATFORM .
else
docker build -t $(IMAGENAME):$(BRANCH) .
fi
echo $PLATFORM
docker build -t $(IMAGENAME):$(BRANCH) --platform $PLATFORM .

.PHONY: update
update:
Expand Down

0 comments on commit 13cd3f8

Please sign in to comment.