mirror of
https://github.com/javalsai/lidm.git
synced 2025-07-03 14:25:03 +02:00
fix: ci builds (hopefully 🤞)
https://github.com/uraimo/run-on-arch-action/issues/152#issuecomment-2401981347
This commit is contained in:
parent
d30d5a8884
commit
2c606cda2c
15
.github/workflows/check-and-build.yml
vendored
15
.github/workflows/check-and-build.yml
vendored
@ -136,8 +136,9 @@ jobs:
|
|||||||
|
|
||||||
- uses: uraimo/run-on-arch-action@v2
|
- uses: uraimo/run-on-arch-action@v2
|
||||||
with:
|
with:
|
||||||
arch: aarch64
|
arch: none
|
||||||
distro: ubuntu22.04
|
distro: none
|
||||||
|
base_image: '--platform=linux/aarch64 aarch64/ubuntu22.04'
|
||||||
githubToken: ${{ github.token }}
|
githubToken: ${{ github.token }}
|
||||||
install: |
|
install: |
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
@ -180,8 +181,9 @@ jobs:
|
|||||||
|
|
||||||
- uses: uraimo/run-on-arch-action@v2
|
- uses: uraimo/run-on-arch-action@v2
|
||||||
with:
|
with:
|
||||||
arch: armv7
|
arch: none
|
||||||
distro: ubuntu22.04
|
distro: none
|
||||||
|
base_image: '--platform=linux/armv7 armv7/ubuntu22.04'
|
||||||
githubToken: ${{ github.token }}
|
githubToken: ${{ github.token }}
|
||||||
install: |
|
install: |
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
@ -224,8 +226,9 @@ jobs:
|
|||||||
|
|
||||||
- uses: uraimo/run-on-arch-action@v2
|
- uses: uraimo/run-on-arch-action@v2
|
||||||
with:
|
with:
|
||||||
arch: riscv64
|
arch: none
|
||||||
distro: ubuntu22.04
|
distro: none
|
||||||
|
base_imgae: '--platform=linux/riscv64 riscv64/ubuntu22.04'
|
||||||
githubToken: ${{ github.token }}
|
githubToken: ${{ github.token }}
|
||||||
install: |
|
install: |
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user