Skip to content

Commit f9f6222

Browse files
author
lmbsog0
committed
fix arch name
1 parent a4bef0c commit f9f6222

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/build.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ jobs:
8888
- test-linux
8989
strategy:
9090
matrix:
91-
target: [ i386, amd64, arm64, arm ]
91+
target: [ 386, amd64, arm64, arm ]
9292
include:
93-
- target: i386
93+
- target: 386
9494
CGO_ENABLED: 1
9595
GOARCH: 386
9696
CC: gcc
@@ -238,6 +238,10 @@ jobs:
238238
steps:
239239
- uses: actions/checkout@v4
240240
- run: mkdir a2l_grpc
241+
- uses: actions/download-artifact@v4
242+
with:
243+
name: linux_386
244+
path: a2l_grpc
241245
- uses: actions/download-artifact@v4
242246
with:
243247
name: linux_amd64

0 commit comments

Comments
 (0)