mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-02 05:41:10 -08:00
fix(build): adjust towards arm goarch
This commit is contained in:
parent
b1e2a52a04
commit
7f3b2dd882
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -50,7 +50,7 @@ jobs:
|
|||
goarch: [amd64]
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
goarch: arm64
|
||||
goarch: arm
|
||||
- os: windows-latest
|
||||
goarch: 386
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
|
Loading…
Reference in a new issue