Skip to content

Conversation

darora
Copy link
Contributor

@darora darora commented Aug 7, 2025

No description provided.

@darora darora requested review from a team as code owners August 7, 2025 06:25
if: ${{ github.event_name == 'workflow_dispatch' }}
run: |
SUFFIX=$(sudo nix run nixpkgs#yq -- ".postgres_release[\"postgres${{ matrix.postgres_version }}\"]" ansible/vars.yml | sed -E 's/[0-9\.]+(.*)$/\1/')
SUFFIX=$(yq ".postgres_release[\"postgres${{ matrix.postgres_version }}\"]" ansible/vars.yml | sed -E 's/[0-9\.]+(.*)$/\1/')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can probably nuke the nix installer a few lines above; doesn't seem to be used in this job

@tgallacher
Copy link
Contributor

general Q for my ignorance: How is yq being installed on the box? Is it already installed, as we're using our self-hosted runner?

@darora
Copy link
Contributor Author

darora commented Aug 8, 2025

Yes, it's pre-installed on our images using the linked PR

@darora darora merged commit cf87390 into develop Aug 8, 2025
11 of 14 checks passed
@darora darora deleted the da/fix-qemu-build branch August 8, 2025 02:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants