19 lines
321 B
YAML
Raw Normal View History

2021-02-28 11:44:08 +08:00
on:
push:
branches:
- master
release:
types:
- created
jobs:
linux:
runs-on: ubuntu-latest
strategy:
matrix:
2021-02-28 13:11:51 +08:00
target_cpu: [x86]
2021-02-28 11:44:08 +08:00
env:
EXTRA_FLAGS: 'target_cpu="${{ matrix.target_cpu }}"'
steps:
2021-02-28 15:00:36 +08:00
- run: dpkg -S /lib32/libc.so.6
2021-02-28 15:01:25 +08:00
- run: dpkg -l libc6-*