Skip to content

Commit 51a4411

Browse files
authored
Add continue-on-error for MacOS Docker build - temporary fix
1 parent 95c5b79 commit 51a4411

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
run: DOCKER_BUILDKIT=1 docker build . -f dockerfiles/build_windows --output ./build/windows
2626

2727
- name : Docker Build MacOS
28+
continue-on-error: true
2829
run : DOCKER_BUILDKIT=1 docker build . -f dockerfiles/build_macos --output ./build/aarch64-macos
2930

3031
- name: Call Docker
@@ -49,4 +50,4 @@ jobs:
4950
./build/windows/wart-wallet-windows.exe
5051
./build/windows/wart-node-windows.exe
5152
./build/wart-node-linux
52-
./build/wart-wallet-linux
53+
./build/wart-wallet-linux

0 commit comments

Comments
 (0)