Skip to content

Commit

Permalink
remove aarch64 architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
mcalinghee committed Jan 15, 2024
1 parent 6482c29 commit 9b35022
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ jobs:
matrix:
# os: [ubuntu-20.04, macos-11]
os: [ubuntu-20.04]
arch: [x86_64, aarch64]
# arch: [x86_64, aarch64]
arch: [x86_64]
# is_pr is a flag used to exclude certain jobs from the matrix on PRs.
# It is not read by the rest of the workflow.
is_pr:
Expand Down

0 comments on commit 9b35022

Please sign in to comment.