Skip to content

Commit

Permalink
ci: target archs
Browse files Browse the repository at this point in the history
  • Loading branch information
andreszorro committed Mar 6, 2024
1 parent 920e0b8 commit 827cd07
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,34 +32,18 @@ jobs:
name: linux-x64
target: x86_64-unknown-linux-gnu
runs-on: ubuntu-latest
# - os: ubuntu
# name: linux-x64-musl
# target: x86_64-unknown-linux-musl
# runs-on: ubuntu-latest
- os: ubuntu
name: linux-arm64
target: aarch64-unknown-linux-gnu
runs-on: ubuntu-latest
# - os: ubuntu
# name: linux-arm64-musl
# target: aarch64-unknown-linux-musl
# runs-on: ubuntu-latest
- os: ubuntu
name: linux-armv7
target: armv7-unknown-linux-gnueabi
runs-on: ubuntu-latest
# - os: ubuntu
# name: linux-armv7-musl
# target: armv7-unknown-linux-musleabi
# runs-on: ubuntu-latest
- os: ubuntu
name: linux-armv6
target: arm-unknown-linux-gnueabi
runs-on: ubuntu-latest
# - os: ubuntu
# name: linux-armv6-musl
# target: arm-unknown-linux-musleabi
# runs-on: ubuntu-latest
- os: macos
name: macos-x64
target: x86_64-apple-darwin
Expand All @@ -68,10 +52,6 @@ jobs:
name: macos-arm64
target: aarch64-apple-darwin
runs-on: macos-14
# - os: macos
# name: macos
# target: universal2-apple-darwin
# runs-on: macos-12
steps:
- uses: actions/checkout@v4
- name: Mise Tools install
Expand Down Expand Up @@ -111,6 +91,7 @@ jobs:
- run: bun install
- name: Create changelog
run: |
mkdir ./dist
bun changelog --file ./dist/changelog.txt --tag $(git tag --list --sort=v:refname | grep -v beta | tail -n 1)
cat ./dist/changelog.txt
- uses: actions/download-artifact@v4
Expand Down

0 comments on commit 827cd07

Please sign in to comment.