Skip to content

Commit

Permalink
Set architecture for Darwin release
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberj0g committed Aug 17, 2022
1 parent 1fa7c20 commit de92fc8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jobs:
fail-fast: false
matrix:
arch:
# Disabling arm64 builds till ffmpeg installation support isn't available
# - arm64
- arm64
- amd64
name: Build binaries for linux platform
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -67,8 +66,7 @@ jobs:
fail-fast: false
matrix:
arch:
# Disabling arm64 builds till ffmpeg installation support isn't available
# - arm64
- arm64
- amd64
name: Build binaries for macOS platform
runs-on: macos-11
Expand Down

0 comments on commit de92fc8

Please sign in to comment.