Skip to content

Commit

Permalink
v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Twizzlerfw committed Dec 28, 2023
1 parent a1351ce commit a3c0125
Show file tree
Hide file tree
Showing 3 changed files with 1,583 additions and 3,171 deletions.
7 changes: 3 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@
REACT_APP_HOME_TITLE := "Home Audio"
REACT_APP_SNAPCAST_HOST := "ws://192.168.18.153:1780"
IMAGE_REGISTRY := ""
IMAGE_TAG := "1.1.2"
IMAGE_TAG := "1.1.3"
BUILD_PLATFORMS := "linux/arm64,linux/amd64"

.PHONY: build-image

build-image:
.PHONY: build
build:
-docker buildx rm snapcast-ui 2>/dev/null

docker buildx create --use --name snapcast-ui
Expand Down
Loading

0 comments on commit a3c0125

Please sign in to comment.