Skip to content

Commit

Permalink
githubactions: add workflow for Windows 32
Browse files Browse the repository at this point in the history
  • Loading branch information
aveenismail committed Apr 24, 2024
1 parent fa98954 commit d7cd98a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build_win32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ jobs:
$procMain.WaitForExit()
ls 'C:\Program Files (x86)\Go\bin'
&'C:\Program Files (x86)\Go\bin\go.exe' help mod tidy
&'C:\Program Files (x86)\Go\bin\go.exe' mod tidy -compat=1.22.2
&'C:\Program Files (x86)\Go\bin\go.exe' version
&'C:\Program Files (x86)\Go\bin\go.exe' mod tidy -compat="1.22.2"
&'C:\Program Files (x86)\Go\bin\go.exe' generate ./...
&'C:\Program Files (x86)\Go\bin\go.exe' build -o bin/yubihsm-connector.exe
cp bin/yubihsm-connector.exe artifact\
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
choco install -y golang
go mod tidy -compat=1.22.2
go mod tidy -compat=1.21.9
go generate ./...
go build -o bin/yubihsm-connector.exe
cp bin/yubihsm-connector.exe artifact\
Expand Down

0 comments on commit d7cd98a

Please sign in to comment.