Skip to content

Commit 784ab97

Browse files
committed
release: v0.3.9; add macos-aarch64 build
1 parent f3661c0 commit 784ab97

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,16 @@ jobs:
7575
RUST_BACKTRACE: 1
7676
strategy:
7777
matrix:
78-
build: [ linux-amd64, macos-intel, windows ]
78+
build: [ linux-amd64, macos-aarch64, windows ]
7979
include:
8080
- build: linux-amd64
8181
os: ubuntu-latest
8282
rust: stable
8383
target: x86_64-unknown-linux-musl
84-
- build: macos-intel
84+
- build: macos-aarch64
8585
os: macos-latest
8686
rust: stable
87-
target: x86_64-apple-darwin
87+
target: aarch64-apple-darwin
8888
- build: windows
8989
os: windows-2019
9090
rust: stable

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "onetun"
3-
version = "0.3.8"
3+
version = "0.3.9"
44
edition = "2021"
55
license = "MIT"
66
description = "A cross-platform, user-space WireGuard port-forwarder that requires no system network configurations."

0 commit comments

Comments
 (0)