Compare commits
No commits in common. "3647dbcd41ef71561edeba203b1c84e309b0c913" and "df99a1effe3ddadead0381bced4078907a990cf9" have entirely different histories.
3647dbcd41
...
df99a1effe
1 changed files with 6 additions and 5 deletions
|
@ -9,12 +9,13 @@ steps:
|
||||||
- cargo build --release
|
- cargo build --release
|
||||||
- cp target/release/backend target/backend-amd64
|
- cp target/release/backend target/backend-amd64
|
||||||
- name: build-arm64
|
- name: build-arm64
|
||||||
image: rust:alpine
|
image: rust:bookworm
|
||||||
commands:
|
commands:
|
||||||
- apk add musl-dev
|
- dpkg --add-architecture arm64
|
||||||
- rustup target add aarch64-unknown-linux-musl
|
- apt-get update && apt-get --assume-yes install libssl-dev:arm64
|
||||||
- cargo build --target=aarch64-unknown-linux-musl --release
|
- rustup target add aarch64-unknown-linux-gnu
|
||||||
- cp target/aarch64-unknown-linux-musl/release/backend target/backend-arm64
|
- cargo build --target=aarch64-unknown-linux-gnu --release
|
||||||
|
- cp target/aarch64-unknown-linux-gnu/release/backend target/backend-arm64
|
||||||
- name: container-build-and-publish
|
- name: container-build-and-publish
|
||||||
image: docker
|
image: docker
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue