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/02/26 22:27:37 UTC

[incubator-streampipes-extensions] branch dev updated: update package information before installing qemu

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-extensions.git


The following commit(s) were added to refs/heads/dev by this push:
     new ea8d590  update package information before installing qemu
ea8d590 is described below

commit ea8d5902ab9fef5f469fa09724d03ade1e1d9d77
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Wed Feb 26 23:27:21 2020 +0100

    update package information before installing qemu
---
 .github/workflows/build.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 5baaf67..388811b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -40,6 +40,7 @@ jobs:
           echo "::set-env name=BASE_IMG_JRE_ARM64V8::arm64v8/openjdk:11-jre-slim"
       - name: Install qemu-user-static for multi-arch builds
         run: |
+          sudo apt-get update
           sudo apt-get install qemu-user-static
       - name: Login to Docker Hub
         run: echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login -u ${{ secrets.DOCKERHUB_USER }} --password-stdin
@@ -506,4 +507,4 @@ jobs:
           docker manifest create $IMG_NAME_DEFAULT $IMG_NAME_AMD64 $IMG_NAME_ARM32V7 $IMG_NAME_ARM64V8
           docker manifest annotate $IMG_NAME_DEFAULT $IMG_NAME_ARM32V7 --os linux --arch arm
           docker manifest annotate $IMG_NAME_DEFAULT $IMG_NAME_ARM64V8 --os linux --arch arm64
-          docker manifest push $IMG_NAME_DEFAULT
\ No newline at end of file
+          docker manifest push $IMG_NAME_DEFAULT