Skip to content

Commit

Permalink
update: build finish notice
Browse files Browse the repository at this point in the history
  • Loading branch information
inureyes committed Nov 6, 2023
1 parent ef6590a commit 3417177
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -130,38 +130,38 @@ mac_x64: os := macos
mac_x64: arch := x64
mac_x64: local_proxy_postfix :=
mac_x64: dep mac_load_keychain compile_localproxy package_dmg
@echo "Building for macOS x64"
@echo "Build finished: macOS x64"
mac_arm64: os := macos
mac_arm64: arch := arm64
mac_arm64: local_proxy_postfix :=
mac_arm64: dep mac_load_keychain compile_localproxy package_dmg
@echo "Building for macOS arm64"
@echo "Build finished: macOS arm64"
win: win_x64 win_arm64
win_x64: os := win
win_x64: os_api := win32
win_x64: arch := x64
win_x64: local_proxy_postfix := .exe
win_x64: dep compile_localproxy package_zip
@echo "Building for Windows x64"
@echo "Build finished: Windows x64"
win_arm64: os := win
win_arm64: os_api := win32
win_arm64: arch := arm64
win_arm64: local_proxy_postfix := .exe
win_arm64: dep compile_localproxy package_zip
@echo "Building for Windows arm64"
@echo "Build finished: Windows arm64"
linux: linux_x64 linux_arm64
linux_x64: os := linux
linux_x64: os_api := linux
linux_x64: arch := x64
linux_x64: local_proxy_postfix :=
linux_x64: dep compile_localproxy package_zip
@echo "Building for Linux x64"
@echo "Build finished: Linux x64"
linux_arm64: os := linux
linux_arm64: os_api := linux
linux_arm64: arch := arm64
linux_arm64: local_proxy_postfix :=
linux_arm64: dep compile_localproxy package_zip
@echo "Building for Linux arm64"
@echo "Build finished: Linux arm64"
build_docker: compile
docker build -t backend.ai-webui:$(BUILD_DATE) .
i18n:
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}
};
globalThis.packageVersion = "24.03.0-alpha.2";
globalThis.buildVersion = "231106.151130";
globalThis.buildVersion = "231106.161111";
</script>
<!-- DO NOT CHANGE BELOW LINE -->
<!-- REACT_BUNDLE_INJECTING FOR DEV-->
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "package": "24.03.0-alpha.2", "build": "231106.151130", "revision": "e04fabb6" }
{ "package": "24.03.0-alpha.2", "build": "231106.161111", "revision": "ef6590af" }

0 comments on commit 3417177

Please sign in to comment.