Skip to content

Commit

Permalink
chore: build all arch
Browse files Browse the repository at this point in the history
  • Loading branch information
idootop committed Mar 30, 2024
1 parent 71baeac commit d4e9a9a
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions .github/workflows/desktop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ jobs:
build: macos
os: macos-latest
arch: universal
# - target: aarch64-apple-darwin
# build: macos
# os: macos-latest
# arch: aarch64
# - target: x86_64-apple-darwin
# build: macos
# os: macos-latest
# arch: x86_64
- target: aarch64-apple-darwin
build: macos
os: macos-latest
arch: aarch64
- target: x86_64-apple-darwin
build: macos
os: macos-latest
arch: x86_64

runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -114,14 +114,14 @@ jobs:
build: windows
os: windows-latest
arch: x86_64
# - target: aarch64-pc-windows-msvc
# build: windows
# os: windows-latest
# arch: aarch64
# - target: i686-pc-windows-msvc
# build: windows
# os: windows-latest
# arch: i686
- target: aarch64-pc-windows-msvc
build: windows
os: windows-latest
arch: aarch64
- target: i686-pc-windows-msvc
build: windows
os: windows-latest
arch: i686

runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -186,18 +186,18 @@ jobs:
build: linux
os: ubuntu-latest
arch: x86_64
# - target: aarch64-unknown-linux-gnu
# build: linux
# os: ubuntu-latest
# arch: aarch64
# - target: armv7-unknown-linux-gnueabihf
# build: linux
# os: ubuntu-latest
# arch: armv7
# - target: i686-unknown-linux-gnu
# build: linux
# os: ubuntu-latest
# arch: i686
- target: aarch64-unknown-linux-gnu
build: linux
os: ubuntu-latest
arch: aarch64
- target: armv7-unknown-linux-gnueabihf
build: linux
os: ubuntu-latest
arch: armv7
- target: i686-unknown-linux-gnu
build: linux
os: ubuntu-latest
arch: i686

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit d4e9a9a

Please sign in to comment.