From 39469e63cdbf47d99d8376c847b6c8dc1327037d Mon Sep 17 00:00:00 2001 From: Eguo Wang Date: Tue, 10 Oct 2023 02:09:05 +0800 Subject: [PATCH] Disable aarch64-pc-windows-msvc target --- .github/workflows/release.yml | 4 ++-- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index deaac95..d7e8323 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,8 +38,8 @@ jobs: target: aarch64-apple-darwin - os: windows-latest target: x86_64-pc-windows-msvc - - os: windows-latest - target: aarch64-pc-windows-msvc +# - os: windows-latest +# target: aarch64-pc-windows-msvc steps: - uses: actions/checkout@v4 - uses: taiki-e/install-action@cross diff --git a/Cargo.lock b/Cargo.lock index 63d5479..252e5c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -61,7 +61,7 @@ checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5" [[package]] name = "amp-apiserver" -version = "0.5.4" +version = "0.5.5" dependencies = [ "amp-common", "amp-resources", @@ -122,7 +122,7 @@ dependencies = [ [[package]] name = "amp-controllers" -version = "0.5.4" +version = "0.5.5" dependencies = [ "amp-common", "amp-resolver", @@ -159,7 +159,7 @@ dependencies = [ [[package]] name = "amp-resolver" -version = "0.5.4" +version = "0.5.5" dependencies = [ "amp-common", "amp-resources", @@ -173,7 +173,7 @@ dependencies = [ [[package]] name = "amp-resources" -version = "0.5.4" +version = "0.5.5" dependencies = [ "amp-common", "k8s-metrics", @@ -192,7 +192,7 @@ dependencies = [ [[package]] name = "amp-syncer" -version = "0.5.4" +version = "0.5.5" dependencies = [ "amp-common", "async-nats", diff --git a/Cargo.toml b/Cargo.toml index 962de9f..bdce6cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "0.5.4" +version = "0.5.5" edition = "2021" license = "Apache-2.0" repository = "https://github.com/amphitheatre-app/amphitheatre"