Skip to content

Commit 1e4acd5

Browse files
committed
ci: make it work for macos
1 parent 8c73a1b commit 1e4acd5

File tree

2 files changed

+3
-127
lines changed

2 files changed

+3
-127
lines changed

jreleaser.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
matrix:
22
rows:
3-
# - { goos: darwin, goarch: arm64, platform: osx-aarch_64 }
4-
# - { goos: darwin, goarch: amd64, platform: osx-x86_64 }
3+
- { goos: darwin, goarch: arm64, platform: osx-aarch_64 }
4+
- { goos: darwin, goarch: amd64, platform: osx-x86_64 }
55
- { goos: linux, goarch: arm64, platform: linux-aarch_64 }
66
- { goos: linux, goarch: amd64, platform: linux-x86_64 }
77
- { goos: windows, goarch: arm64, platform: windows-aarch_64 }
@@ -10,7 +10,7 @@ matrix:
1010
project:
1111
name: jenv
1212
# version: 1.0.0 #local running
13-
# version: "{{ env.JRELEASER_PROJECT_VERSION | default('1.2.1') }}" # 默认值语法
13+
# version: "{{ env.JRELEASER_PROJECT_VERSION | default('1.2.1') }}" # 默认值语法
1414
description: Java Environment Manager
1515
copyright: Copyright (c) 2025 WhyWhatHow
1616
authors:

src/internal/env/env_darwin.go

Lines changed: 0 additions & 124 deletions
This file was deleted.

0 commit comments

Comments
 (0)