Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
remove x86 linux CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
Yong He committed Sep 6, 2023
1 parent 4373c0e commit 5d3f606
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
# Might want debug once release works
configuration: ['release'] # , 'debug']
platform: ['x64', 'x86', 'aarch64']
platform: ['x64', 'aarch64']

steps:
- uses: actions/checkout@v2.3.4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
configuration: ['release'] # , 'debug']
platform: ['x64', 'x86', 'aarch64' ]
platform: ['x64', 'aarch64' ]

steps:
- uses: actions/checkout@v2.3.4
Expand Down

0 comments on commit 5d3f606

Please sign in to comment.