Skip to content

Commit

Permalink
rm target_arch from build-and-release
Browse files Browse the repository at this point in the history
  • Loading branch information
filfreire committed Jan 23, 2025
1 parent 9dcd9ac commit 3ac7e40
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ jobs:
GIT_COMMIT=${{ github.sha }} \
GIT_TAG=$GIT_TAG \
RUNNER_OS=${{ matrix.os }} \
TARGET_ARCH=${{ matrix.os=='ubuntu-22.04-arm' && 'arm64' || 'x64' }} \
./scripts/ci/build.sh
- name: Upload artifacts
if: always()
Expand Down Expand Up @@ -167,7 +166,6 @@ jobs:
pip install packaging
GIT_COMMIT=${{ github.sha }} \
GIT_TAG=$GIT_TAG \
TARGET_ARCH=${{ matrix.os=='ubuntu-22.04-arm' && 'arm64' || 'x64' }} \
./scripts/ci/build.sh
- name: Upload artifacts
if: always()
Expand Down

0 comments on commit 3ac7e40

Please sign in to comment.