mirror of
https://github.com/javalsai/lidm.git
synced 2025-07-03 06:15:03 +02:00
finally fix?
This commit is contained in:
parent
6489df2e41
commit
d7bfa79284
4
.github/workflows/check-and-build.yml
vendored
4
.github/workflows/check-and-build.yml
vendored
@ -138,7 +138,7 @@ jobs:
|
||||
with:
|
||||
arch: none
|
||||
distro: none
|
||||
base_image: '--platform=linux/aarch64 aarch64/ubuntu:latest'
|
||||
base_image: '--platform=linux/aarch64 ubuntu:22.04'
|
||||
githubToken: ${{ github.token }}
|
||||
install: |
|
||||
apt-get update && \
|
||||
@ -183,7 +183,7 @@ jobs:
|
||||
with:
|
||||
arch: none
|
||||
distro: none
|
||||
base_image: '--platform=linux/armv7 armv7/ubuntu:latest'
|
||||
base_image: '--platform=linux/arm/v7 ubuntu:22.04'
|
||||
githubToken: ${{ github.token }}
|
||||
install: |
|
||||
apt-get update && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user