Adding publishing of artifacts
release / build (push) Successful in 4m53s

This commit is contained in:
ml
2026-07-16 21:31:01 +02:00
parent 5ac145bff6
commit f65b9be1df
5 changed files with 47 additions and 9 deletions
+2 -1
View File
@@ -25,6 +25,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
# git/unzip/curl/jq: checkout, SDK downloads, and the release workflow's
# calls to the Gitea API (create release, upload assets).
# openssh-client: the release workflow's `sftp` upload to dl.ladkau.de.
# python3-venv: pebble-tool's `sdk install` creates a venv per SDK version.
# dos2unix/autoconf/automake/pkg-config/xa65/build-essential/gettext/flex/bison:
# host tools required by the companion app's build_vice.sh (see that file's
@@ -32,7 +33,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
# based configure) to cross-compile VICE via autotools before NDK clang takes
# over for the actual target compilation.
RUN apt-get update && apt-get install -y --no-install-recommends \
curl ca-certificates git unzip tar xz-utils python3 python3-venv file jq \
curl ca-certificates git unzip tar xz-utils python3 python3-venv file jq openssh-client \
dos2unix autoconf automake pkg-config xa65 build-essential gettext flex bison \
&& rm -rf /var/lib/apt/lists/*
+1 -1
View File
@@ -1 +1 @@
3
4