Skip to content

Commit

Permalink
Only build one platform as part of the build CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Nov 7, 2024
1 parent c07af4a commit 4e4f82d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,10 @@ runs:
echo "major-version=$MAJOR_VERSION" >> "$GITHUB_OUTPUT"
echo "minor-version=$MINOR_VERSION" >> "$GITHUB_OUTPUT"
shell: bash
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build images
uses: docker/build-push-action@v6
with:
context: ${{ inputs.dockerfile-location }}
platforms: linux/amd64,linux/arm64
labels: |
runnumber=${{ github.run_id }}
build-args: |
Expand Down

0 comments on commit 4e4f82d

Please sign in to comment.