Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
avalonche committed Dec 11, 2024
1 parent 8a84861 commit a58c5bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
jobs:
docker-image:
name: Publish Docker Image
runs-on: ubuntu-latest-xlarge
runs-on: warp-ubuntu-latest-x64-16x

steps:
- name: Checkout sources
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
push: true
build-args: |
VERSION=${{ env.RELEASE_VERSION }}
platforms: linux/amd64,linux/arm64
platforms: linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ FROM rust:1.82 as base

ARG FEATURES

RUN cargo install sccache --version ^0.8
RUN RUST_LOG=debug cargo install sccache --version ^0.9 -v
RUN cargo install cargo-chef --version ^0.1

RUN apt-get update \
Expand Down

0 comments on commit a58c5bf

Please sign in to comment.