You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by wi...@apache.org on 2020/05/25 17:48:31 UTC

[incubator-streampipes] branch dev updated: [hotfix] update cache to prevent outdated package repos

This is an automated email from the ASF dual-hosted git repository.

wiener pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new 89a376e  [hotfix] update cache to prevent outdated package repos
89a376e is described below

commit 89a376e37a0407d618b5afda805e092519d07259
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Mon May 25 19:48:18 2020 +0200

    [hotfix] update cache to prevent outdated package repos
---
 .github/workflows/build.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f76b44b..e82f9c0 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -48,6 +48,7 @@ jobs:
           echo "::set-env name=BASE_IMG_NGINX_ARM64V8::arm64v8/nginx"
       - name: Install qemu-user-static for multi-arch builds
         run: |
+          sudo apt-get update
           sudo apt-get install qemu-user-static
           echo "./streampipes-backend/ ./streampipes-connect-container-master/ ./ui/" | xargs -n 1 cp -v /usr/bin/qemu-*
       - name: Login to Docker Hub