Andy Hayden

Results 105 comments of Andy Hayden

IANAL. I suspect this is GCP respecting US sanctions on Iran, and likely Deno company must adhere to the sanctions too (unless it were to apply for, and be successful...

> deno.land was available in Iran for like one year ago. It's possible that this was prior to GCP (IIRC deno.land was originally hosted on AWS / Cloudflare).

Personally I think updating to the latest is fine/not worth having parallel/a complex matrix.

The one line change seems to build ```diff -FROM frolvlad/alpine-glibc:alpine-3.13 +FROM frolvlad/alpine-glibc:alpine-3.15 ``` but I've no idea if https://github.com/denoland/deno_docker/issues/152 (cc @mitranim) is still relevant.... It _seems_ like the make issue...

Wow, that's great @LukeChannings . So this (more or less) "just works" if you pass the --platform argument? Am I reading that correctly? https://github.com/LukeChannings/docker-deno/blob/c4401697918050fd5a1f91ca3b21d7fcd62c5eea/.github/workflows/build-deno.yaml#L46 Is there a reason to do...

> The --platform argument is for compiling x86/x86_64/aarch64, etc. It won't cross-compile for Windows/Darwin. I guess I never followed this, does this mean we wouldn't be able to build aarch64...

@webdeb An example like that would be really nice for the README, I think that's a better option that running bundle locally (on potentially another deno version) then using that...

I wonder if the version should be tested in the CI pipeline before tag/push: https://github.com/denoland/deno_docker/blob/50cab020c187cc657b0a31d8889f5105a4d64625/.github/workflows/ci.yml#L77 Something like (not tested): ```sh test ${GITHUB_REF#refs/*/} = ${docker run -t ${{ matrix.kind }} --version...

What did you have to set DENO_DIR to for gitlab-ci?

cc @lucacasonato for an opinion on this one.