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 bd714e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ jobs:
- "ubuntu-22.04-jammy-arm64v8"
- "ubuntu-24.04-noble-ppc64le"
- "ubuntu-24.04-noble-s390x"
- "amazon-2-amd64"
include:
- image: "ubuntu-22.04-jammy-arm64v8"
qemu-arch: "aarch64"
platform: "linux/arm64v8"
platform: "linux/arm64"
- image: "ubuntu-24.04-noble-ppc64le"
qemu-arch: "ppc64le"
platform: "linux/ppc64le"
Expand Down
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 bd714e5

Please sign in to comment.