Skip to content

Commit d01239d

Browse files
committed
fixup! using a go script to test update
1 parent 1648fa2 commit d01239d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
env:
2929
GH_TOKEN: ${{ secrets.ARDUINOBOT_TOKEN }}
3030
run: |
31-
go test -v ./internal/testtools/deb_test.go --arch arm64
31+
go test -v ./internal/testtools/deb_test.go --arch amd64

internal/testtools/test.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apt update && \
66
dpkg-dev apt-utils adduser gzip && \
77
rm -rf /var/lib/apt/lists/*
88

9-
ARG ARCH=arm64
9+
ARG ARCH=amd64
1010

1111
COPY build/stable/arduino-app-cli*.deb /tmp/stable.deb
1212
COPY build/arduino-app-cli*.deb /tmp/unstable.deb

0 commit comments

Comments
 (0)