Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/NesTiler.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-test.yml2
-rw-r--r--.github/workflows/release.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index 65f59a0..4a89586 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -13,7 +13,7 @@ jobs:
matrix:
host: [windows-latest, ubuntu-latest, macos-latest]
os: [win, linux, osx]
- arch: [x86, x64, arm]
+ arch: [x86, x64, arm, arm64]
sc: [no-self-contained, self-contained]
exclude:
- os: linux
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index df5d796..765622f 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -38,7 +38,7 @@ jobs:
strategy:
matrix:
os: [win, linux, osx]
- arch: [x86, x64, arm]
+ arch: [x86, x64, arm, arm64]
sc: [no-self-contained, self-contained]
exclude:
- os: linux