Skip to content

Commit

Permalink
Force linux/amd64 in images (#1704)
Browse files Browse the repository at this point in the history
* Force linux/amd64 in images

Signed-off-by: Eduardo Apolinario <[email protected]>

* Emit debug info

Signed-off-by: Eduardo Apolinario <[email protected]>

* Indent the docker command

Signed-off-by: Eduardo Apolinario <[email protected]>

* Revert "Indent the docker command"

This reverts commit c13fb37.

Signed-off-by: Eduardo Apolinario <[email protected]>

* Revert "Emit debug info"

This reverts commit a38283d.

Signed-off-by: Eduardo Apolinario <[email protected]>

---------

Signed-off-by: Eduardo Apolinario <[email protected]>
Co-authored-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario and eapolinario committed Jul 4, 2024
1 parent 339dde9 commit ae9bd20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: examples/${{ matrix.example }}
platforms: linux/amd64
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/flyteorg/flytecookbook:${{ matrix.example }}-${{ github.sha }},ghcr.io/flyteorg/flytecookbook:latest
cache-from: type=gha
Expand Down

0 comments on commit ae9bd20

Please sign in to comment.