From 7f1d81b675b118d0b041a99f88c5b8db0a0fd8be Mon Sep 17 00:00:00 2001 From: Andrey Kozhevnikov Date: Mon, 6 Jan 2025 08:00:50 +0700 Subject: [PATCH] heredoc --- .github/workflows/build.yml | 2 +- Dockerfile.arch | 15 +++++++++------ Dockerfile.tooling | 15 +++++++++------ platformsdk.ks | 5 ++++- 4 files changed, 23 insertions(+), 14 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index caee6cf..844d046 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ on: - master env: - RELEASE: 3.4.0.24 + RELEASE: 4.6.0.13 jobs: build: diff --git a/Dockerfile.arch b/Dockerfile.arch index aa8cebb..ed14a26 100644 --- a/Dockerfile.arch +++ b/Dockerfile.arch @@ -6,9 +6,12 @@ ARG ARCH COPY build/target-$ARCH.tar /target-$ARCH.tar -RUN set -ex ;\ - sudo zypper ref ;\ - sdk-assistant -y create SailfishOS-$RELEASE-$ARCH /target-$ARCH.tar ;\ - sudo rm -f /target-$ARCH.tar ;\ - sudo rm -rf /var/cache/zypp/* ;\ - sudo rm -rf /srv/mer/targets/SailfishOS-$RELEASE-$ARCH/var/cache/zypp/* \ No newline at end of file +RUN <