Skip to content
Snippets Groups Projects
Unverified Commit 607ce67e authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

Revert "Split build image actions (#17793)" (#17907)

This reverts commit 22eeaf26.
parent 2cc7ba26
No related branches found
No related tags found
No related merge requests found
......@@ -13,9 +13,6 @@ on:
jobs:
build-image:
runs-on: ubuntu-latest
strategy:
matrix:
os: [linux/arm64, linux/amd64]
steps:
- uses: actions/checkout@v2
- uses: docker/setup-qemu-action@v1
......@@ -38,7 +35,7 @@ jobs:
- uses: docker/build-push-action@v2
with:
context: .
platforms: ${{ matrix.os }}
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
cache-from: type=registry,ref=tootsuite/mastodon:latest
......
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