Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Bryan Richter <[email protected]>
  • Loading branch information
2 people authored and geekosaur committed Sep 18, 2024
1 parent 638c2a2 commit 8c78a11
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
./out/*
build-linux-32bit:
name: Build linux binaries (32bit)
name: Linux (32bit static)
runs-on: ubuntu-latest
env:
TARBALL_EXT: tar.xz
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
./out/*
build-arm:
name: Build ARM binary
name: ARM
runs-on: ${{ matrix.os }}
env:
TARBALL_EXT: tar.xz
Expand All @@ -190,11 +190,11 @@ jobs:
fail-fast: false
matrix:
include:
- os: [self-hosted, Linux, ARM64]
ARCH: ARM
- ARCH: ARM
os: [self-hosted, Linux, ARM64]
ARTIFACT: "armv7-linux-ubuntu20"
- os: [self-hosted, Linux, ARM64]
ARCH: ARM64
- ARCH: ARM64
os: [self-hosted, Linux, ARM64]
ARTIFACT: "aarch64-linux-ubuntu20"
steps:
- uses: docker://arm64v8/ubuntu:focal
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
./out/*
build-mac-x86_64:
name: Build binary (Mac x86_64)
name: Darwin (x86_64)
runs-on: macOS-11
env:
MACOSX_DEPLOYMENT_TARGET: 10.13
Expand Down Expand Up @@ -267,7 +267,7 @@ jobs:
./out/*
build-mac-aarch64:
name: Build binary (Mac aarch64)
name: Darwin (aarch64)
runs-on: [self-hosted, macOS, ARM64]
env:
MACOSX_DEPLOYMENT_TARGET: 10.13
Expand Down Expand Up @@ -300,7 +300,7 @@ jobs:
./out/*
build-win:
name: Build binary (Win)
name: Windows
runs-on: windows-latest
env:
ADD_CABAL_ARGS: ""
Expand Down

0 comments on commit 8c78a11

Please sign in to comment.