Skip to content

Commit

Permalink
refactor: agent Update rust-build image version
Browse files Browse the repository at this point in the history
  • Loading branch information
TomatoMr authored and Nick-0314 committed Jul 16, 2024
1 parent 7ec31bc commit 760f909
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/agent-build-rust-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
file: agent/docker/DockerfileToFix.build
platforms: linux/amd64
tags: |
"ghcr.io/${{ github.repository_owner }}/rust-build:1.30"
"ghcr.io/${{ github.repository_owner }}/rust-build:1.31"
"ghcr.io/${{ github.repository_owner }}/rust-build:latest"
"${{ secrets.REGISTRY_ALIYUN_ADDR }}/public/rust-build:1.30"
"${{ secrets.REGISTRY_ALIYUN_ADDR }}/public/rust-build:1.31"
"${{ secrets.REGISTRY_ALIYUN_ADDR }}/public/rust-build:latest"
build_agent_env_arm64:
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
file: agent/docker/DockerfileToFix-aarch64.build
platforms: linux/arm64
tags: |
"ghcr.io/${{ github.repository_owner }}/rust-build:1.30-arm64"
"ghcr.io/${{ github.repository_owner }}/rust-build:1.31-arm64"
"ghcr.io/${{ github.repository_owner }}/rust-build:latest-arm64"
"${{ secrets.REGISTRY_ALIYUN_ADDR }}/public/rust-build:1.30-arm64"
"${{ secrets.REGISTRY_ALIYUN_ADDR }}/public/rust-build:1.31-arm64"
"${{ secrets.REGISTRY_ALIYUN_ADDR }}/public/rust-build:latest-arm64"
1 change: 1 addition & 0 deletions agent/docker/DockerfileToFix-aarch64.build
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,4 @@ RUN source /opt/rh/devtoolset-8/enable && \
cargo install sccache

CMD bash

1 change: 1 addition & 0 deletions agent/docker/DockerfileToFix.build
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,4 @@ CMD bash
# 如果想要编译release版的可执行文件,请执行以下操作
# RUN cargo build --release
#

0 comments on commit 760f909

Please sign in to comment.