Skip to content

Commit

Permalink
Refactor build.yml to remove unnecessary target and arch configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
xicilion committed Oct 15, 2024
1 parent 13342ec commit e082185
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,6 @@ jobs:
- os: ubuntu-20.04
target: alpine
arch: arm64
- os: ubuntu-20.04
target: android
arch: x64
- os: ubuntu-20.04
target: android
arch: ia32
- os: ubuntu-20.04
target: android
arch: arm64
- os: ubuntu-20.04
target: android
arch: arm
- os: windows-2022
arch: x64
- os: windows-2022
Expand All @@ -67,12 +55,6 @@ jobs:
arch: x64
- os: macos-14
arch: arm64
- os: macos-14
target: iphone
arch: arm64
- os: macos-14
target: iphone
arch: x64

steps:
- name: Check out Git repository
Expand Down

0 comments on commit e082185

Please sign in to comment.