Unverified Commit 0ec2915e authored by Daniel Hiltgen's avatar Daniel Hiltgen Committed by GitHub
Browse files

CI: set platform build build_linux script to keep buildx happy (#6829)

The runners don't have emulation set up so the default multi-platform build
wont work.
parent c9a7541b
......@@ -359,7 +359,7 @@ jobs:
environment: release
runs-on: linux
env:
BUILD_ARCH: amd64
PLATFORM: linux/amd64
steps:
- uses: actions/checkout@v4
with:
......@@ -382,7 +382,7 @@ jobs:
environment: release
runs-on: linux-arm64
env:
BUILD_ARCH: arm64
PLATFORM: linux/arm64
steps:
- uses: actions/checkout@v4
with:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment