diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b9d4a45a32f6bdba516541c027c69ab44c7bc6e9..99fa66865e7767f429d853e1920dd45e503d218e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,8 +68,14 @@ jobs: include: - os: ubuntu-latest target: x86_64-unknown-linux-musl + - os: ubuntu-latest + target: armv7-unknown-linux-musleabihf + - os: ubuntu-latest + target: aarch64-unknown-linux-musl - os: macos-latest target: x86_64-apple-darwin + - os: macos-latest + target: aarch64-apple-darwin - os: windows-latest target: x86_64-pc-windows-msvc env: diff --git a/Cargo.lock b/Cargo.lock index 2ece490983cb1c6ad116f57dea07d9f3d0354539..a41e38408fe15160ef9ef803ba989fd70d8325e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -907,7 +907,7 @@ dependencies = [ [[package]] name = "simple-http-server" -version = "0.6.3" +version = "0.6.5" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 368595f6c4f2c2643a13a489fdc0bfb78834de41..980fff220b2b401ddfc34936d0c8e8758f46a24b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simple-http-server" -version = "0.6.3" +version = "0.6.5" authors = ["thewawar <thewawar@gmail.com>"] license = "MIT" description = "Simple HTTP server"