File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3232jobs :
3333 # Separate job for native builds vs emulated builds
3434 build_native :
35- runs-on : ${{ matrix.arch == 'arm64' && 'ubuntu-latest-arm64 ' || 'ubuntu-latest' }}
35+ runs-on : ${{ matrix.arch == 'arm64' && 'macos-26 ' || 'ubuntu-latest' }}
3636 permissions :
3737 contents : read
3838 packages : write
Original file line number Diff line number Diff line change 11# Build the Rust library using Makefile
2- FROM rust:1.85 as rust-builder
2+ FROM rust:1.85 AS rust-builder
33
44# Install make and other build dependencies including cross-compilation tools
55RUN apt-get update && apt-get install -y \
@@ -53,7 +53,7 @@ RUN echo "Building Rust library with actual source code..." && \
5353 ls -la target/release/
5454
5555# Build the Go application
56- FROM golang:1.24 as go-builder
56+ FROM golang:1.24 AS go-builder
5757
5858WORKDIR /app
5959
You can’t perform that action at this time.
0 commit comments