From 60386d4ceb1428d096b6d39a912c45d2f151acc8 Mon Sep 17 00:00:00 2001 From: Mogyuchi Date: Fri, 6 Sep 2024 13:11:33 +0900 Subject: [PATCH] test --- .github/workflows/docker-publish.yml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 7eca2d452..3ee822540 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -46,16 +46,20 @@ jobs: strategy: fail-fast: false matrix: - profile: ["dev", "release"] - os: ["ubuntu-latest"] - use-cross: [false] + profile: ["release"] include: - - target: aarch64-unknown-linux-gnu + - os: ubuntu-latest + target: aarch64-unknown-linux-gnu use-cross: true - - target: aarch64-unknown-linux-musl + - os: ubuntu-latest + target: aarch64-unknown-linux-musl use-cross: true - - target: x86_64-unknown-linux-gnu - - target: x86_64-unknown-linux-musl + - os: ubuntu-latests + target: x86_64-unknown-linux-gnu + use-cross: false + - os: ubuntu-latest + target: x86_64-unknown-linux-musl + use-cross: false # - os: macos-latest # target: aarch64-apple-darwin # - os: macos-latest