Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Commit 53c1338

Browse files
committed
Added arm64 support
1 parent d478342 commit 53c1338

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker_build_push.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ for /f "tokens=2 delims==" %%I in ('"wmic os get localdatetime /value | findstr
66

77
set VERSION=%datetime:~0,4%.%datetime:~4,2%.%datetime:~6,2%.%datetime:~8,2%.%datetime:~10,2%
88

9-
docker buildx build -t jarebear/hbni-audio-stream-recorder:%VERSION% -t jarebear/hbni-audio-stream-recorder:latest --push .
9+
docker buildx build --platform linux/amd64,linux/arm64 -t jarebear/hbni-audio-stream-recorder:%VERSION% -t jarebear/hbni-audio-stream-recorder:latest --push .
1010

1111
echo Multi-architecture Docker image build and push complete.

0 commit comments

Comments
 (0)