Skip to content

Commit

Permalink
No multi-platform for now
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed Apr 3, 2024
1 parent 199712e commit 5e8d668
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/imagebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ jobs:
- name: Push tested multi-platform base image
uses: docker/build-push-action@v5
with:
platforms: linux/amd64,linux/arm64
file: ./dockerfiles/${{ env.BASE_IMAGE_NAME }}
push: true
tags: ghcr.io/${{ github.repository_owner }}/${{ env.BASE_IMAGE_NAME }}:proj-${{ env.LIBPROJ_VERSION }}-rust-${{ matrix.rust_version }}
Expand Down Expand Up @@ -124,7 +123,6 @@ jobs:
- name: Push tested multi-platform ${{ matrix.docker_image_name }} image
uses: docker/build-push-action@v5
with:
platforms: linux/amd64,linux/arm64
file: ./dockerfiles/${{ matrix.docker_image_name }}
push: true
tags: ghcr.io/${{ github.repository_owner }}/${{ matrix.docker_image_name }}:proj-${{ env.LIBPROJ_VERSION }}-rust-${{ matrix.rust_version }}
Expand Down

0 comments on commit 5e8d668

Please sign in to comment.