Skip to content

Commit

Permalink
chore: Enhance build process
Browse files Browse the repository at this point in the history
  • Loading branch information
MikMuellerDev committed Jun 28, 2023
1 parent de03491 commit 818a56b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ BUILD_OUTPUT_DIR = radio-$(VERSION)

.PHONY: cargo-build-armhf cargo-build-armel cargo-build-x64 build-docker-cargo \
build-web build-archives build-archive-armhf build-archive-armel \
build-archive-x64 gh-release version clean
build-archive-x64 release gh-release version clean

# For cross-compilation to ARM
cargo-build-armhf:
Expand Down Expand Up @@ -79,6 +79,7 @@ build-archive-x64: build-web cargo-build-x64
tar -cvzf dist/radio-$(VERSION)-x86_64-unknown-linux-gnu.tar.gz ./$(BUILD_OUTPUT_DIR)
rm -rf $(BUILD_OUTPUT_DIR)

release: clean build-archives gh-release

# Publish the local release to Github releases
gh-release:
Expand Down
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
# Radio
A headless music player which aims to replace RadiGo

A headless music player which supports internet radio and streaming.

## Getting Started

## Screenshots

### Dashboard

![Dashboard](./screenshots/dash.png)

### Login screen

![Login](./screenshots/login.png)
Binary file added screenshots/dash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/login.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 818a56b

Please sign in to comment.