Skip to content

Commit

Permalink
chore: fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop committed Jun 26, 2024
1 parent f8ca298 commit 4f5b2e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wf_build_artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ jobs:
instance-type: 't4g.xlarge'
region: "eu-central-1"
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
security-group-id: "{{ secrets.NIX_REMOTE_BUILDER_SECURITY_GROUP_ID }}"
subnet-id: "{{ secrets.NIX_REMOTE_BUILDER_SUBNET_ID }}"
security-group-id: ${{ secrets.NIX_REMOTE_BUILDER_SECURITY_GROUP_ID }}
subnet-id: ${{ secrets.NIX_REMOTE_BUILDER_SUBNET_ID }}
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 4f5b2e1

Please sign in to comment.