We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95c5b79 commit 51a4411Copy full SHA for 51a4411
1 file changed
.github/workflows/release.yml
@@ -25,6 +25,7 @@ jobs:
25
run: DOCKER_BUILDKIT=1 docker build . -f dockerfiles/build_windows --output ./build/windows
26
27
- name : Docker Build MacOS
28
+ continue-on-error: true
29
run : DOCKER_BUILDKIT=1 docker build . -f dockerfiles/build_macos --output ./build/aarch64-macos
30
31
- name: Call Docker
@@ -49,4 +50,4 @@ jobs:
49
50
./build/windows/wart-wallet-windows.exe
51
./build/windows/wart-node-windows.exe
52
./build/wart-node-linux
- ./build/wart-wallet-linux
53
+ ./build/wart-wallet-linux
0 commit comments