brotandgames / ciao

HTTP checks & tests (private & public) monitoring - check the status of your URL

Home Page:https://brotandgames.com/ciao/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker build on linux/arm* fails

brotandgames opened this issue · comments

Describe the bug

Docker build on linux/arm* fails

#29 [linux/arm64 8/9] COPY . ./
#29 DONE 0.3s

#30 [linux/arm64 9/9] RUN set -x     && apk add --no-cache xz-libs     && SECRET_KEY_BASE=foo bundle exec rake assets:precompile     && rm -rf         /tmp/*         app/assets         lib/assets         node_modules         spec         tmp/cache         vendor/assets
#30 0.097 + apk add --no-cache xz-libs
#30 0.154 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz
#30 0.712 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz
#30 1.710 (1/1) Installing xz-libs (5.2.5-r0)
#30 1.762 OK: 69 MiB in 45 packages
#30 1.875 + SECRET_KEY_BASE=foo bundle exec rake assets:precompile
#30 18.72 rake aborted!
#30 18.72 LoadError: cannot load such file -- nokogiri/nokogiri
#30 18.72 /usr/local/bundle/gems/bootsnap-1.11.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:27:in `require'
#30 18.72 /usr/local/bundle/gems/activesupport-6.1.4.7/lib/active_support/dependencies.rb:332:in `block in require'

Build for arm is currently disabled: Build only for linux/amd64 because linux/arm* currently broken

To Reproduce

See GitHub Action run https://github.com/brotandgames/ciao/runs/5795452795?check_suite_focus=true

Expected behavior

Docker build on linux/arm* succeeds

Fixed in version 1.7.0 cda0afd.