Skip to content
Snippets Groups Projects
Commit 52c6b35d authored by Marin Jankovski's avatar Marin Jankovski
Browse files

Add a separate build in Makefile for Raspberry pi.

parent 19035e46
No related branches found
No related tags found
1 merge request!353Patch for raspberry pi 2 build
Loading
Loading
@@ -24,6 +24,10 @@ do_release: no_changes on_tag purge build move_to_platform_dir sync packagecloud
test: RELEASE_BUCKET=omnibus-builds
test: no_changes purge test_build move_to_platform_dir sync
 
# Redefine PLATFORM_DIR for Raspberry Pi 2 packages. Do not sync to packagecloud
do_rpi2_release: PLATFORM_DIR=raspberry-pi
do_rpi2_release: no_changes purge test_build move_to_platform_dir sync
no_changes:
git diff --quiet HEAD
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment