Skip to content

Commit c91da6d

Browse files
committed
Remove modification to docker build action
1 parent 5bb1ff1 commit c91da6d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,11 @@ jobs:
3232
env:
3333
VERSION: ${{ matrix.postgres }}-${{ matrix.postgis }}
3434
VARIANT: ${{ matrix.variant }}
35-
PLATFORMS: linux/amd64,linux/arm64,linux/arm/v7,linux/386
3635

3736
steps:
3837
- name: Checkout source
3938
uses: actions/checkout@v4
4039

41-
- name: Set up QEMU
42-
uses: docker/setup-qemu-action@v3
43-
44-
- name: Set up Docker Buildx
45-
uses: docker/setup-buildx-action@v3
46-
4740
- name: Build docker image for ${{ env.VERSION }} ${{ env.VARIANT }}
4841
run: make test
4942

0 commit comments

Comments
 (0)