Skip to content

Commit

Permalink
finally fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
javalsai committed Oct 19, 2024
1 parent 6489df2 commit d7bfa79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down Expand Up @@ -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 && \
Expand Down

0 comments on commit d7bfa79

Please sign in to comment.