Skip to content

Commit f322e67

Browse files
committed
ci: Fix packaging for arm64-linux in release assets
1 parent 065938b commit f322e67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ jobs:
5757
runs-on: ubuntu-20.04
5858
env:
5959
NODE_PRE_GYP_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
60+
PACKAGE_TARGET_ARCH: ${{ matrix.package_target_arch }}
61+
PACKAGE_TARGET_PLATFORM: ${{ matrix.package_target_platform }}
62+
PACKAGE_TARGET_LIBC: ${{ matrix.package_target_libc }}
6063
timeout-minutes: 60
6164
name: Build native Linux ${{ matrix.node-version }} ${{ matrix.target }}
6265
strategy:
@@ -110,9 +113,6 @@ jobs:
110113
- name: Build native
111114
env:
112115
CARGO_BUILD_TARGET: ${{ matrix.target }}
113-
PACKAGE_TARGET_ARCH: ${{ matrix.package_target_arch }}
114-
PACKAGE_TARGET_PLATFORM: ${{ matrix.package_target_platform }}
115-
PACKAGE_TARGET_LIBC: ${{ matrix.package_target_libc }}
116116
run: cd packages/cubejs-backend-native && npm run native:build-release
117117
- name: Upload artifact
118118
uses: nick-invision/retry@v2

0 commit comments

Comments
 (0)