Commit 8832e37 1 parent 281c85c commit 8832e37 Copy full SHA for 8832e37
File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ jobs:
100
100
parent : false
101
101
gzip : false
102
102
103
+ # this job builds the 32-bit RDK binary
103
104
appimage-static-32bit :
104
105
name : static 32-bit for appimage
105
106
runs-on : buildjet-2vcpu-ubuntu-2204-arm
@@ -130,6 +131,7 @@ jobs:
130
131
bin/*/viam-server
131
132
bin/*/aix
132
133
134
+ # this job bundles the 32-bit appimage
133
135
# note: this is a separate job because 1) appimage-builder doesn't work on 32-bit, 2) setup-python doesn't work on arm64
134
136
appimage-32bit :
135
137
runs-on : ubuntu-latest
@@ -149,6 +151,7 @@ jobs:
149
151
run : pip install appimage-builder git+https://github.com/AppImageCrafters/appimage-builder.git@42d32f11496de43a9f6a9ada7882a11296e357ca
150
152
- name : build
151
153
env :
154
+ RELEASE_TYPE : ${{ inputs.release_type }}
152
155
BUILD_CHANNEL : ${{ github.ref_name == 'main' && 'latest' || github.ref_name }}
153
156
UNAME_M : armv7l
154
157
DPKG_ARCH : armhf
@@ -247,7 +250,7 @@ jobs:
247
250
with :
248
251
headers : " cache-control: no-cache"
249
252
path : etc/packaging/appimages/deploy
250
- glob : viam-server-${{ env.channel }} -armhf.AppImage*
253
+ glob : viam-server-* -armhf.AppImage*
251
254
destination : ' packages.viam.com/apps/viam-server/'
252
255
parent : false
253
256
You can’t perform that action at this time.
0 commit comments