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.
This commit is contained in:
Daniel Hiltgen 2024-09-16 14:07:29 -07:00 committed by GitHub
parent c9a7541b9c
commit 0ec2915ea7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: