From 43f737c40bcab504ac6a7aedda61dd5996081913 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thor=20Anker=20Kvisg=C3=A5rd=20Lange?= Date: Tue, 6 Apr 2021 14:46:49 +0200 Subject: [PATCH] fix: :bug: Pinning the platform type on publish --- .github/workflows/cd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 03736a1..b4fec6d 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -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