ci: setup qemu and binfmt
This commit is contained in:
parent
cccad390d6
commit
de9e78ee26
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -10,4 +10,5 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: cachix/install-nix-action@v27
|
- uses: cachix/install-nix-action@v27
|
||||||
|
- uses: docker/setup-qemu-action@v3
|
||||||
- run: nix develop . -c task ci-publish GITHUB_USERNAME=${{ github.actor }} GITHUB_PASSWORD=${{ secrets.GITHUB_TOKEN }} GIT_TAG=${{ github.ref_name }}
|
- run: nix develop . -c task ci-publish GITHUB_USERNAME=${{ github.actor }} GITHUB_PASSWORD=${{ secrets.GITHUB_TOKEN }} GIT_TAG=${{ github.ref_name }}
|
||||||
|
Loading…
Reference in New Issue
Block a user