Skip to content

Commit

Permalink
fix seccomp
Browse files Browse the repository at this point in the history
  • Loading branch information
dsseng committed Feb 25, 2025
1 parent ee8e6ce commit ea709fc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ steps:
- sources:
- url: https://github.com/seccomp/libseccomp/releases/download/v{{ .LIBSECCOMP_VERSION }}/libseccomp-{{ .LIBSECCOMP_VERSION }}.tar.gz
destination: libseccomp.tar.gz
sha256: 248a2c8a4d9b9858aa6baf52712c34afefcf9c9e94b76dce02c1c9aa25fb3375
sha512: f630e7a7e53a21b7ccb4d3e7b37616b89aeceba916677c8e3032830411d77a14c2d74dcf594cd193b1acc11f52595072e28316dc44300e54083d5d7b314a38da
sha256: {{ .LIBSECCOMP_SHA256 }}
sha512: {{ .LIBSECCOMP_SHA512 }}
prepare:
- |
tar -xzf libseccomp.tar.gz --strip-components=1
Expand Down

0 comments on commit ea709fc

Please sign in to comment.