Skip to content

Commit

Permalink
fix: 🐛 Pinning the platform type on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
langecode committed Apr 6, 2021
1 parent db3f840 commit 43f737c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Push container image to GitHub Container Registry
run: |
bazel run --define version=${{ steps.vars.outputs.tag }} //cmd/jytte:publish
bazel run --platforms=@io_bazel_rules_go//go/toolchain:linux_amd64 --define version=${{ steps.vars.outputs.tag }} //cmd/jytte:publish

0 comments on commit 43f737c

Please sign in to comment.