Skip to content

Commit

Permalink
fix: fix release sysbox checksums (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
sreya authored Nov 26, 2024
1 parent 7bb99d0 commit fed64e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
include:
- os: ubuntu-22.04
arch: linux/amd64
sha: cfce811006a27305071b1634ca8fe690392f5dcc205612e7b4e5bde411b7701e
sha: f02ffb48eae99d6c884c9aa0378070cc716d028f58e87deec5ae00a41b706fe8
arch-suffix: amd64
- os: depot-ubuntu-22.04-arm
arch: linux/arm64
sha: 4b475e7e7eed79708b2707a67d556a5d3c0bdaef0a1f341311d095d1b4b3e271
sha: d9267eb176190b96dcfa29ba4c4c685a26a4a1aca1d7f15deb31ec33ed63de15
arch-suffix: arm64
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit fed64e3

Please sign in to comment.