mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-06 18:18:52 +08:00
Compare commits
1 Commits
v1.62.0
...
android-do
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
03cca23306 |
22
.github/workflows/android.yml
vendored
Normal file
22
.github/workflows/android.yml
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
name: android
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- Dockerfile.android
|
||||
pull_request:
|
||||
paths:
|
||||
- Dockerfile.android
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: docker/setup-buildx-action@v2
|
||||
- name: Build container image
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
file: Dockerfile.android
|
||||
tags: ghcr.io/nghttp2/nghttp2
|
||||
Reference in New Issue
Block a user