Skip to content

Commit 5fd89fd

Browse files
committed
Build for windows arm64
1 parent 41e135a commit 5fd89fd

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Diff for: .github/workflows/go.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [created]
66

77
jobs:
8-
release-linux-amd64:
8+
release:
99
name: Build and release
1010
runs-on: ubuntu-latest
1111
strategy:
@@ -16,8 +16,6 @@ jobs:
1616
exclude:
1717
- goarch: "386"
1818
goos: darwin
19-
- goarch: arm64
20-
goos: windows
2119
steps:
2220
- uses: actions/checkout@v2
2321
- uses: wangyoucao577/[email protected]

Diff for: go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module CurseForgeExporter
22

3-
go 1.17
3+
go 1.18
44

55
require (
66
github.com/aviddiviner/go-murmur v0.0.0-20150519214947-b9740d71e571

0 commit comments

Comments
 (0)