mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
68c827609a
It takes 15+ minutes and will very rarely fail, so it's not worth blocking PRs on it.
17 lines
336 B
YAML
17 lines
336 B
YAML
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
|