Skip to content

Commit

Permalink
Drop Linux ARM Support
Browse files Browse the repository at this point in the history
  • Loading branch information
cdgco committed Jun 24, 2024
1 parent b52c211 commit 4c799fb
Show file tree
Hide file tree
Showing 3 changed files with 790 additions and 782 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,15 +192,15 @@ jobs:
- run:
name: Pack Linux Tarballs
command: |
yarn oclif pack tarballs --targets linux-x64,linux-arm64,linux-arm --parallel --xz
yarn oclif pack tarballs --targets linux-x64,linux-arm64 --parallel --xz
- run:
name: Upload Linux Tarballs
command: |
yarn oclif upload tarballs --targets linux-x64,linux-arm64,linux-arm --xz
yarn oclif upload tarballs --targets linux-x64,linux-arm64 --xz
- run:
name: Promote Linux Tarball Release
command: |
yarn oclif promote --channel $RELEASE_CHANNEL --version $RELEASE_VERSION --sha $COMMIT_SHA --indexes --xz --targets linux-x64,linux-arm64,linux-arm
yarn oclif promote --channel $RELEASE_CHANNEL --version $RELEASE_VERSION --sha $COMMIT_SHA --indexes --xz --targets linux-x64,linux-arm64
- when:
condition:
and:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,6 @@
},
"engines": {
"node": ">=20"
}
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
Loading

0 comments on commit 4c799fb

Please sign in to comment.