Skip to content

Commit

Permalink
build rust capture and vector capture images multi-arch
Browse files Browse the repository at this point in the history
need amd64 for github runners
  • Loading branch information
frankh committed Aug 12, 2024
1 parent 500ec20 commit 890a6a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/arm64
platforms: linux/arm64,linux/amd64
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: BIN=${{ matrix.image }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vector-docker-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/arm64
platforms: linux/arm64,linux/amd64

deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 890a6a9

Please sign in to comment.