Skip to content

Commit 232455c

Browse files
committed
Build images directly
1 parent 97e275d commit 232455c

File tree

2 files changed

+4
-22
lines changed

2 files changed

+4
-22
lines changed

.github/workflows/build-libs.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,16 +80,14 @@ jobs:
8080
name: Linux-ARM
8181
if: "! contains(github.event.head_commit.message, '[skip ci]')"
8282
runs-on: ubuntu-latest
83-
container: streetcred/ubuntu:20.04-arm64
83+
container: arm64v8/rust:latest
8484
steps:
8585
- name: Checkout
8686
uses: actions/checkout@v1
87-
with:
88-
submodules: "true"
89-
9087
- name: Run build script
91-
run: ./devops/BuildLibraries.ps1 -Platform Linux-ARM -OutLocation ./libs/linux-arm
92-
shell: pwsh
88+
run: |
89+
rustup target add aarch64-unknown-linux-gnu
90+
cargo build --release --target aarch64-unknown-linux-gnu
9391
- name: Upload Linux-ARMv7 artifact
9492
uses: actions/upload-artifact@v2
9593
with:

devops/Dockerfile

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)