We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1648fa2 commit d01239dCopy full SHA for d01239d
.github/workflows/test-update.yml
@@ -28,4 +28,4 @@ jobs:
28
env:
29
GH_TOKEN: ${{ secrets.ARDUINOBOT_TOKEN }}
30
run: |
31
- go test -v ./internal/testtools/deb_test.go --arch arm64
+ go test -v ./internal/testtools/deb_test.go --arch amd64
internal/testtools/test.Dockerfile
@@ -6,7 +6,7 @@ RUN apt update && \
6
dpkg-dev apt-utils adduser gzip && \
7
rm -rf /var/lib/apt/lists/*
8
9
-ARG ARCH=arm64
+ARG ARCH=amd64
10
11
COPY build/stable/arduino-app-cli*.deb /tmp/stable.deb
12
COPY build/arduino-app-cli*.deb /tmp/unstable.deb
0 commit comments