fix: still fails (version?)

This commit is contained in:
javalsai 2024-10-19 18:16:40 +02:00
parent 43447ca415
commit ab6703416f
Signed by: javalsai
SSH Key Fingerprint: SHA256:3G83yKhBUWVABVX/vPWH88xnK4+ptMtHkZGCRXD4Mk8

View File

@ -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 && \