Skip to content

Commit 233c34a

Browse files
authored
fix: yq android and x86_64 compatibility support.
gnu linux files are shifted under openbsd linux because yaml and lua are both interpreted from the top of the file.
1 parent 733c086 commit 233c34a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

packages/yq/package.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ source:
1717
- target: darwin_x64
1818
file: yq_darwin_amd64.tar.gz
1919
bin: yq_darwin_amd64
20-
- target: linux_x64_gnu
21-
file: yq_linux_amd64.tar.gz
22-
bin: yq_linux_amd64
23-
- target: linux_arm64_gnu
24-
file: yq_linux_arm64.tar.gz
25-
bin: yq_linux_arm64
2620
- target: linux_x64_openbsd
2721
file: yq_openbsd_amd64.tar.gz
2822
bin: yq_openbsd_amd64
@@ -32,6 +26,12 @@ source:
3226
- target: linux_x86_openbsd
3327
file: yq_openbsd_386.tar.gz
3428
bin: yq_openbsd_386
29+
- target: linux_x64
30+
file: yq_linux_amd64.tar.gz
31+
bin: yq_linux_amd64
32+
- target: linux_arm64
33+
file: yq_linux_arm64.tar.gz
34+
bin: yq_linux_arm64
3535
- target: win_x64
3636
file: yq_windows_amd64.exe
3737
bin: yq_windows_amd64.exe

0 commit comments

Comments
 (0)