Skip to content

Commit

Permalink
also make sure private ecr image uses chef build
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswk committed Jan 9, 2025
1 parent a1b18d7 commit cda3e40
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/docker_ecr_arch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install rust
run: |
rustup set auto-self-update disable
rustup toolchain install stable --profile default
rustup show
- name: Rust cache
uses: Swatinem/rust-cache@v2
with:
prefix-key: "rust-v0-gnu"
- name: Install cross (cross compile)
run: |
cargo install cross
- name: Build release
run: |
cross build --release --target=aarch64-unknown-linux-gnu
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down

0 comments on commit cda3e40

Please sign in to comment.