Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga authored Oct 9, 2024
1 parent e436dee commit a0b84ac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
matrix:
platform: [
{ docker: linux/amd64, guix: x86_64-linux },
{ docker: linux/386, guix: i686-linux },
{ docker: linux/arm/v7, guix: armhf-linux },
{ docker: linux/arm64/v8, guix: aarch64-linux },
{ docker: linux/ppc64le, guix: powerpc64le-linux },
{ docker: linux/386, guix: i686-linux }
{ docker: linux/ppc64le, guix: powerpc64le-linux }
]

steps:
Expand Down Expand Up @@ -91,6 +91,7 @@ jobs:
retention-days: 1

merge:
name: Merge digests for the manifest
runs-on: ubuntu-latest
if: github.event_name != 'pull_request'
needs:
Expand Down

0 comments on commit a0b84ac

Please sign in to comment.