Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop committed Jun 19, 2024
1 parent 3bc6703 commit 93dc3cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/wf_build_artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
echo BUILD_NEEDED=$BUILD_NEEDED >> $GITHUB_OUTPUT
- name: "Setup nix-remote-builder"
uses: dbarrosop/nix-remote-builder-aws@v0.4.0
uses: dbarrosop/nix-remote-builder-aws@05c5d8dfd2e97695f4e0c64ede5597068adb2d54
id: nix-remote-builder
with:
name: ${{ inputs.NAME }}-${{ inputs.GIT_REF }}
Expand All @@ -91,6 +91,8 @@ jobs:
region: "eu-central-1"
availability-zone: "eu-central-1c"
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
security-group-id: "sgr-01ebdeaacd8a21272"
subnet-id: "subnet-02a182bc026de0b2d"
if: ${{ ( matrix.platform == 'aarch64' ) && steps.verify-build.outputs.BUILD_NEEDED == 'yes' }}

- name: "Setup nix-remote-builder in nix.conf"
Expand Down

0 comments on commit 93dc3cf

Please sign in to comment.