mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-10 23:24:32 +08:00
refine test
This commit is contained in:
parent
12c166c3bb
commit
7f55e970c9
1 changed files with 6 additions and 2 deletions
8
.github/workflows/publish-docker.yml
vendored
8
.github/workflows/publish-docker.yml
vendored
|
@ -50,7 +50,9 @@ jobs:
|
|||
-
|
||||
name: Test x86
|
||||
run: |
|
||||
docker run --rm --entrypoint apk add file; file netmaker ${{ env.TAG }}
|
||||
docker run --rm ${{ env.TAG }}
|
||||
sleep 10
|
||||
kill %1
|
||||
-
|
||||
name: Build arm and export to Docker
|
||||
uses: docker/build-push-action@v2
|
||||
|
@ -62,7 +64,9 @@ jobs:
|
|||
-
|
||||
name: Test arm
|
||||
run: |
|
||||
docker run --rm --entrypoint apk add file; file netmaker ${{ env.TAG }}
|
||||
docker run --rm ${{ env.TAG }}
|
||||
sleep 10
|
||||
kill %1
|
||||
-
|
||||
name: Build and push
|
||||
uses: docker/build-push-action@v2
|
||||
|
|
Loading…
Add table
Reference in a new issue