]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
github workflows: add armhf and ppc64le cross compile checks
authorJeremy Kerr <jk@codeconstruct.com.au>
Sun, 25 Sep 2022 12:48:31 +0000 (20:48 +0800)
committerJeremy Kerr <jk@codeconstruct.com.au>
Mon, 26 Sep 2022 12:31:01 +0000 (20:31 +0800)
commitceb10248aeebabd77d83df53477cb748f8789ba3
tree9ac8396715d0d1d079b90f5e757ab9109c7f563a
parent86de51a9ef5310b77725dc6bacbcb3103edf201a
github workflows: add armhf and ppc64le cross compile checks

Like we have done in libnvme, this change adds a couple of cross-compile
definitons for the github workflows: one for armhf, one for powerpc64le.

Fixes: https://github.com/linux-nvme/nvme-cli/issues/1687
Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>
.github/cross/ubuntu-armhf.txt [new file with mode: 0644]
.github/cross/ubuntu-ppc64le.txt [new file with mode: 0644]
.github/workflows/meson.yml