Skip to content

Commit

Permalink
attempt to fix github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
milyin committed Aug 3, 2023
1 parent 87e21ad commit 6e8ce19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BSDmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ crossbuild: check-docker
cmake $(CMAKE_OPT) -DPACKAGING=DEB,RPM -DDEBARCH=$(DEBARCH) -DRPMARCH=$(RPMARCH) -B$(CROSSBUILD_DIR)/$(CROSSIMG) && \
make VERBOSE=1 -C$(CROSSBUILD_DIR)/$(CROSSIMG) all package"
docker rmi $(CROSSIMG_PREFIX)$(CROSSIMG)
docker rmi dockcross/$(CROSSIMG)
docker rmi docker.io/dockcross/$(CROSSIMG)

linux-armv5:
CROSSIMG=$@ DEBARCH=arm RPMARCH=arm make crossbuild
Expand Down

0 comments on commit 6e8ce19

Please sign in to comment.