Skip to content

Commit

Permalink
build-binaries is meant for X86_64 runner only (#884)
Browse files Browse the repository at this point in the history
  • Loading branch information
moubctez authored Dec 4, 2024
1 parent 7fa8ff3 commit a216db8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,23 +55,21 @@ jobs:
needs: [create-release]
runs-on:
- self-hosted
- ${{ matrix.os }}
- Linux
- X64
strategy:
fail-fast: false
matrix:
build: [linux, linux-arm64, freebsd]
include:
- build: linux
arch: amd64
os: Linux
target: x86_64-unknown-linux-gnu
- build: linux-arm64
arch: arm64
os: Linux
target: aarch64-unknown-linux-gnu
- build: freebsd
arch: amd64
os: Linux
target: x86_64-unknown-freebsd
steps:
# Store the version, stripping any v-prefix
Expand Down

0 comments on commit a216db8

Please sign in to comment.