Skip to content

Commit

Permalink
I give up for now, no arm provisionally.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Feb 21, 2025
1 parent c2c28dc commit 147d035
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
#platforms: linux/amd64
platforms: linux/amd64,linux/arm64 #segmentation fault?
platforms: linux/amd64
#platforms: linux/amd64,linux/arm64 #segmentation fault? Try later again, it must be some kernel bug, I think
build-args: |
CI_COMMIT_REF_NAME=${{ github.ref_name }}
CI_COMMIT_SHA=${{ github.sha }}
Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ ARG DEBIAN_FRONTEND=noninteractive

RUN set -eux && \
apt-get update && \
apt-get --reinstall install qemu libc-bin && \
apt-get -y upgrade && \
apt-get -y install less ncal procps curl rsync dnsutils netcat apache2-utils vim-tiny psmisc inotify-tools gawk file unzip && \
rm -rf /var/lib/apt/lists/* && \
Expand Down

0 comments on commit 147d035

Please sign in to comment.