Skip to content

Commit

Permalink
WIP: Add job to test x-platform builds
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-farries committed Dec 7, 2024
1 parent bda2485 commit b115d36
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ permissions:
contents: write
packages: write
jobs:
build:
runs-on: ubuntu-latest
container:
image: surjection/goreleaser-cross:v1.23-v2.4.8
steps:
- name: Print GoReleaser version
run: goreleaser --version

test:
name: 'test (pg: ${{ matrix.pgVersion }}, schema: ${{ matrix.testSchema }})'
runs-on: ubuntu-latest
Expand Down

0 comments on commit b115d36

Please sign in to comment.