diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2025-04-17 18:39:22 +0000 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2025-04-17 18:39:22 +0000 |
| commit | fc114b51f7d95943e02024d071b43849ca65550b (patch) | |
| tree | 7787b33c120a28786907dd61d0338357d2940b4a | |
| parent | 21b4860b69cae01051f6a0105cf977f67d963a66 (diff) | |
update dockerfile, remove zano mingw
| -rw-r--r-- | .devcontainer/Dockerfile | 2 | ||||
| -rw-r--r-- | .github/workflows/full_check.yaml | 6 |
2 files changed, 1 insertions, 7 deletions
diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index bf7e370..bb6f0ba 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 ghcr.io/cirruslabs/flutter:3.24.3 +FROM --platform=linux/amd64 ghcr.io/cirruslabs/flutter:3.27.3 # FROM debian:bookworm SHELL ["/bin/bash", "-c"] diff --git a/.github/workflows/full_check.yaml b/.github/workflows/full_check.yaml index a5671c9..010b138 100644 --- a/.github/workflows/full_check.yaml +++ b/.github/workflows/full_check.yaml @@ -42,12 +42,10 @@ jobs: run: | ./build_single.sh monero x86_64-w64-mingw32 -j$(nproc) ./build_single.sh wownero x86_64-w64-mingw32 -j$(nproc) - ./build_single.sh zano x86_64-w64-mingw32 -j$(nproc) - name: i686-w64-mingw32 run: | ./build_single.sh monero i686-w64-mingw32 -j$(nproc) ./build_single.sh wownero i686-w64-mingw32 -j$(nproc) - ./build_single.sh zano i686-w64-mingw32 -j$(nproc) - name: rename artifacts run: | mkdir release/gh/ @@ -59,10 +57,6 @@ jobs: do cp "$i" "release/gh/wownero_$(basename $i)" done - for i in release/zano/* - do - cp "$i" "release/gh/zano_$(basename $i)" - done - name: Release uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/') |
