Skip to content
Snippets Groups Projects
Unverified Commit c1f1e0ee authored by Kohei Ota (inductor)'s avatar Kohei Ota (inductor) Committed by GitHub
Browse files

Revert "attempt matrix build (#9927)" (#9930)

This reverts commit 192ea973.
parent 192ea973
No related branches found
No related tags found
No related merge requests found
......@@ -11,9 +11,6 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
if: github.repository == 'misskey-dev/misskey'
strategy:
matrix:
arch: [linux/amd64, linux/arm64]
steps:
- name: Check out the repo
uses: actions/checkout@v3.3.0
......@@ -21,7 +18,7 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v2.3.0
with:
platforms: ${{ matrix.arch }}
platforms: linux/amd64,linux/arm64
- name: Docker meta
id: meta
uses: docker/metadata-action@v4
......@@ -38,7 +35,7 @@ jobs:
builder: ${{ steps.buildx.outputs.name }}
context: .
push: true
platforms: ${{ matrix.arch }}
platforms: ${{ steps.buildx.outputs.platforms }}
provenance: false
tags: misskey/misskey:develop
labels: develop
......
......@@ -9,9 +9,7 @@ jobs:
push_to_registry:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
strategy:
matrix:
arch: [linux/amd64, linux/arm64]
steps:
- name: Check out the repo
uses: actions/checkout@v3.3.0
......@@ -19,7 +17,7 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v2.3.0
with:
platforms: ${{ matrix.arch }}
platforms: linux/amd64,linux/arm64
- name: Docker meta
id: meta
uses: docker/metadata-action@v4
......@@ -43,7 +41,7 @@ jobs:
builder: ${{ steps.buildx.outputs.name }}
context: .
push: true
platforms: ${{ matrix.arch }}
platforms: ${{ steps.buildx.outputs.platforms }}
provenance: false
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment