Skip to content

Commit

Permalink
ci(github): 🐛 pass BUILDPLATFORM env var to codeql and test actions
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuar committed Jun 27, 2024
1 parent 4e108bc commit 0deb31b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ permissions:
env:
GO_VERSION: 1.22
MAGEARGS: -v -d build/magefiles -w .
BUILDPLATFORM: linux/amd64

jobs:
analyze:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ permissions:
env:
GO_VERSION: 1.22
MAGEARGS: -v -d build/magefiles -w .
BUILDPLATFORM: linux/amd64

jobs:
test:
Expand Down

0 comments on commit 0deb31b

Please sign in to comment.