Skip to content

Commit

Permalink
sctions test
Browse files Browse the repository at this point in the history
  • Loading branch information
buanet committed Aug 28, 2021
1 parent 8e04671 commit e7e54f7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/docker_build_dev_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,24 @@ jobs:
wget https://github.com/estesp/manifest-tool/releases/download/v0.7.0/manifest-tool-linux-amd64 -O manifest-tool
chmod +x manifest-tool
# - name: Set up QEMU
# run: docker run --rm --privileged multiarch/qemu-user-static:register

- name: Set up QEMU
run: docker run --rm --privileged multiarch/qemu-user-static:register
uses: docker/setup-qemu-[email protected]

- name: Set up Docker Buildx
id: buildx
uses: docker/[email protected]
uses: docker/[email protected]

# Just for troubleshooting
- name: Inspect builder
run: |
echo "Name: ${{ steps.buildx.outputs.name }}"
echo "Endpoint: ${{ steps.buildx.outputs.endpoint }}"
echo "Status: ${{ steps.buildx.outputs.status }}"
echo "Flags: ${{ steps.buildx.outputs.flags }}"
echo "Platforms: ${{ steps.buildx.outputs.platforms }}"
- name: Login to DockerHub
uses: docker/[email protected]
Expand Down
6 changes: 3 additions & 3 deletions arm32v7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ LABEL maintainer="Andre Germann" \
ENV DEBIAN_FRONTEND noninteractive

# Workaround for building image with buildx
RUN ln -s /usr/bin/dpkg-split /usr/sbin/dpkg-split && \
ln -s /usr/bin/dpkg-deb /usr/sbin/dpkg-deb && \
ln -s /bin/tar /usr/sbin/tar
#RUN ln -s /usr/bin/dpkg-split /usr/sbin/dpkg-split && \
# ln -s /usr/bin/dpkg-deb /usr/sbin/dpkg-deb && \
# ln -s /bin/tar /usr/sbin/tar

# Install prerequisites (as listed in iobroker installer.sh)
RUN apt-get update && apt-get install -y \
Expand Down

0 comments on commit e7e54f7

Please sign in to comment.