Skip to content

Commit

Permalink
Merge pull request #179 from UnUniFi/feature/ci_change_for_release3
Browse files Browse the repository at this point in the history
ununifd build ci for relase build
  • Loading branch information
YasunoriMATSUOKA authored Apr 22, 2022
2 parents 4707c42 + 5a26749 commit 8c884e6
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .github/workflows/binary.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,24 @@
name: Binary

on:
release:
types:
- created
push:
branches:
- main
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
arch: [amd64, arm64]
targetos: [windows, darwin, linux]
arch: [amd64]
targetos: [darwin, linux]
include:
- targetos: darwin
arch: arm64
# include:
# - targetos: windows
# arch: amd64
name: ununifi-${{ matrix.arch }}-${{ matrix.targetos }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 8c884e6

Please sign in to comment.