mirror of
https://github.com/janet-lang/janet
synced 2025-03-12 03:18:10 +00:00
Use simpler base image
This commit is contained in:
parent
cc8cd4bace
commit
ab6afa72fd
18
.github/workflows/test.yml
vendored
18
.github/workflows/test.yml
vendored
@ -132,17 +132,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout the repository
|
- name: Checkout the repository
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
- name: Do Qemu build and test
|
- name: Enable qemu
|
||||||
uses: uraimo/run-on-arch-action@v3
|
run: docker run --privileged --rm tonistiigi/binfmt --install s390x
|
||||||
with:
|
- name: Build and run on emulated architecture
|
||||||
arch: s390x
|
run: docker run --rm -v .:/janet --platform linux/s390x ubuntu bash -c "apt-get -y update && apt-get -y install git build-essential && cd /janet && make -j3 && make test"
|
||||||
distro: ubuntu_latest
|
|
||||||
dockerRunArgs: |
|
|
||||||
--volume ".:/janet"
|
|
||||||
install: |
|
|
||||||
apt-get -y update
|
|
||||||
apt-get -y install git build-essential
|
|
||||||
run: |
|
|
||||||
cd /janet
|
|
||||||
make -j3
|
|
||||||
make test
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user