mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 04:54:03 -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]
|
goarch: [amd64]
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
goarch: arm64
|
goarch: arm
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
goarch: 386
|
goarch: 386
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
Loading…
Reference in a new issue