diff --git a/.github/workflows/release-container-image.yml b/.github/workflows/release-container-image.yml index 2c1e989..0139bc7 100644 --- a/.github/workflows/release-container-image.yml +++ b/.github/workflows/release-container-image.yml @@ -44,6 +44,6 @@ jobs: context: . push: true tags: ${{ env.IMAGE_NAME }}:latest, ${{ env.IMAGE_NAME }}:${{ github.ref_name }} - platforms: linux/amd64,linux/arm64,windows/amd64 + platforms: linux/amd64,linux/arm64 cache-from: type=gha cache-to: type=gha,mode=max \ No newline at end of file diff --git a/.github/workflows/release-dev-container-image.yml b/.github/workflows/release-dev-container-image.yml index 43676bb..f4b3f09 100644 --- a/.github/workflows/release-dev-container-image.yml +++ b/.github/workflows/release-dev-container-image.yml @@ -44,6 +44,6 @@ jobs: context: . push: true tags: lamgc/scalabot:dev - platforms: linux/amd64,linux/arm64,windows/amd64 + platforms: linux/amd64,linux/arm64 cache-from: type=gha cache-to: type=gha,mode=max \ No newline at end of file