fix: idk lol, versions again?

This commit is contained in:
javalsai 2024-10-19 18:31:52 +02:00
parent ab6703416f
commit 6489df2e41
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/ubuntu:22.04' base_image: '--platform=linux/aarch64 aarch64/ubuntu:latest'
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/ubuntu:22.04' base_image: '--platform=linux/armv7 armv7/ubuntu:latest'
githubToken: ${{ github.token }} githubToken: ${{ github.token }}
install: | install: |
apt-get update && \ apt-get update && \