Skip to content

Commit 598024e

Browse files
committed
CI: adjust nightly platform name to allow universal install
1 parent 6641f0b commit 598024e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ endif
145145
@pushd host; $(PYTHON3) setup.py bdist_wheel --universal -d $(CURDIR)/host-packages; popd
146146

147147
@# Create files for e.g. the nightly.
148-
@pushd libgreat/host; $(PYTHON3) setup.py bdist_wheel -p distro -b build_dist --universal -d $(CURDIR)/release-files; popd
149-
@pushd host; $(PYTHON3) setup.py bdist_wheel -p distro --universal -d $(CURDIR)/release-files; popd
148+
@pushd libgreat/host; $(PYTHON3) setup.py bdist_wheel -p any -b build_dist --universal -d $(CURDIR)/release-files; popd
149+
@pushd host; $(PYTHON3) setup.py bdist_wheel -p any --universal -d $(CURDIR)/release-files; popd
150150
ls $(CURDIR)/release-files
151151

152152
@echo --- Creating our firmware-binary directory.

0 commit comments

Comments
 (0)