Skip to content

Commit

Permalink
fix: removing windows target
Browse files Browse the repository at this point in the history
  • Loading branch information
allanice001 committed Dec 14, 2024
1 parent 95c668d commit 488bf9f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions build-executables.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
version=`go run . version`

platforms=(
"darwin/amd64"
"darwin/arm64"
"linux/amd64"
"linux/arm"
"linux/arm64"
"windows/amd64"
"darwin/amd64"
"darwin/arm64"
"linux/amd64"
"linux/arm"
"linux/arm64"
)

for platform in "${platforms[@]}"
Expand Down
2 changes: 1 addition & 1 deletion sysinfo/cpuid/cpuid_default.s
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
#include "textflag.h"

TEXT ·CPUID(SB),NOSPLIT,$0-0
RET
RET

0 comments on commit 488bf9f

Please sign in to comment.