mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
chore: Move s390x build to post-merge.
It takes 15+ minutes and will very rarely fail, so it's not worth blocking PRs on it.
This commit is contained in:
parent
028b017d79
commit
68c827609a
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
@ -90,16 +90,6 @@ jobs:
|
|||
with:
|
||||
file: other/docker/compcert/Dockerfile
|
||||
|
||||
build-alpine-s390x:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
- name: Docker Build
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
file: other/docker/alpine-s390x/Dockerfile
|
||||
|
||||
cimplefmt:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
16
.github/workflows/post-submit.yml
vendored
Normal file
16
.github/workflows/post-submit.yml
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
name: post-submit
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
build-alpine-s390x:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
- name: Docker Build
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
file: other/docker/alpine-s390x/Dockerfile
|
Loading…
Reference in New Issue
Block a user