mirror of
https://github.com/javalsai/lidm.git
synced 2025-07-03 22:38:41 +02:00
fix: still fails (version?)
This commit is contained in:
parent
43447ca415
commit
ab6703416f
6
.github/workflows/check-and-build.yml
vendored
6
.github/workflows/check-and-build.yml
vendored
@ -138,7 +138,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
arch: none
|
arch: none
|
||||||
distro: none
|
distro: none
|
||||||
base_image: '--platform=linux/aarch64 aarch64/ubuntu22.04'
|
base_image: '--platform=linux/aarch64 aarch64/ubuntu:22.04'
|
||||||
githubToken: ${{ github.token }}
|
githubToken: ${{ github.token }}
|
||||||
install: |
|
install: |
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
@ -183,7 +183,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
arch: none
|
arch: none
|
||||||
distro: none
|
distro: none
|
||||||
base_image: '--platform=linux/armv7 armv7/ubuntu22.04'
|
base_image: '--platform=linux/armv7 armv7/ubuntu:22.04'
|
||||||
githubToken: ${{ github.token }}
|
githubToken: ${{ github.token }}
|
||||||
install: |
|
install: |
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
@ -228,7 +228,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
arch: none
|
arch: none
|
||||||
distro: none
|
distro: none
|
||||||
base_image: '--platform=linux/riscv64 riscv64/ubuntu22.04'
|
base_image: '--platform=linux/riscv64 riscv64/ubuntu:22.04'
|
||||||
githubToken: ${{ github.token }}
|
githubToken: ${{ github.token }}
|
||||||
install: |
|
install: |
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user