mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-03-29 19:21:49 +01:00
edited runs on and added array there
This commit is contained in:
parent
9b01b0831d
commit
5bc9693f94
3
.github/workflows/dart.yml
vendored
3
.github/workflows/dart.yml
vendored
@ -21,8 +21,7 @@ on:
|
||||
jobs:
|
||||
build_all:
|
||||
name: "${{matrix.os}}_${{matrix.arch}}"
|
||||
|
||||
runs-on: "${{matrix.os}}-latest"
|
||||
runs-on: [${{matrix.os}}-latest, ARM64]
|
||||
with: {architecture: "${{matrix.arch}}" }
|
||||
|
||||
strategy:
|
||||
|
@ -14,7 +14,7 @@ homepage: https://github.com/vishalxl/nostr_console
|
||||
# fixed likes colors issue for notification likes
|
||||
|
||||
# after tag
|
||||
# fixed sdk for arm64 build; otherwise only x86 was being built for all
|
||||
# fixed sdk for arm64 build; otherwise only x86 was being built for all
|
||||
# notification color fix for git bash; color for likes is not being closed at end
|
||||
|
||||
# 0.3.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user