Skip to content

Commit

Permalink
chore!(github): manually build for darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
ikr4-m committed Sep 13, 2024
1 parent 7d3ac05 commit 1888f96
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions .github/workflows/build-binary-darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,19 @@ on:
- github/darwin-macos

jobs:
test-build:
strategy:
matrix:
make_command: [build-client-darwin, build-tunnel-darwin]
uses: ./.github/workflows/reusable-build-golang-alpine.yml
with:
make_command: ${{ matrix.make_command }}
runner: macos-latest
binary_name: mdrop-darwin
secrets: inherit
build:
runs-on: ${{ inputs.runner }}
container:
image: docker.io/library/golang:alpine
steps:
- name: Check Out Repo
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Setup Go
uses: actions/setup-go@v3
if: ${{ inputs.runner != 'ubuntu-latest' }}
with:
go-version: 1.22
- name: Build app
run: make build-client-general

0 comments on commit 1888f96

Please sign in to comment.