Skip to content

Commit

Permalink
打出来的agent的arm镜像里用到的二进制是x86的修正
Browse files Browse the repository at this point in the history
  • Loading branch information
usernameisnull committed Sep 2, 2024
1 parent da1278e commit 1a1016a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 76 deletions.
72 changes: 0 additions & 72 deletions .github/workflows/release-mongodb-agent-arm64.yml

This file was deleted.

8 changes: 4 additions & 4 deletions images/mongodb/inventory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ images:
buildargs:
agent_version: $(inputs.params.release_version)
tools_version: $(inputs.params.tools_version)
agent_distro: amzn2_aarch64
tools_distro: rhel82-aarch64
agent_distro: $(inputs.params.agent_distro)
tools_distro: $(inputs.params.tools_distro)

labels:
quay.expires-after: 48h
Expand Down Expand Up @@ -83,8 +83,8 @@ images:
buildargs:
agent_version: $(inputs.params.release_version)
tools_version: $(inputs.params.tools_version)
agent_distro: rhel7_x86_64
tools_distro: rhel70-x86_64
agent_distro: $(inputs.params.agent_distro)
tools_distro: $(inputs.params.tools_distro)

labels:
quay.expires-after: Never
Expand Down

0 comments on commit 1a1016a

Please sign in to comment.