This commit is contained in:
Max Howell 2023-01-18 15:56:36 -05:00 committed by GitHub
parent 8990e65f69
commit 4f56e7bcfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,14 +25,18 @@ build:
unzip bun.zip
mv bun-$PLATFORM bin
rm bun.zip
cd bin
ln -s bun bunx
env:
darwin/aarch64: {PLATFORM: darwin-aarch64}
darwin/x86-64: {PLATFORM: darwin-x64}
linux/aarch64: {PLATFORM: linux-aarch64}
linux/x86-64: {PLATFORM: linux-x64}
test:
test: |
bun --help
bunx shx ls
provides:
- bin/bun
- bin/bunx