DEV: Fix broken ARM64 build (#745)
authorAlan Guo Xiang Tan <gxtan1990@gmail.com>
Tue, 17 Oct 2023 08:08:49 +0000 (16:08 +0800)
committerGitHub <noreply@github.com>
Tue, 17 Oct 2023 08:08:49 +0000 (16:08 +0800)
commitc29cba70fc29727e76d619a894734776b15e4088
tree30fc7688aa9c49827885d26e446d89e81ccc7be4
parent0c93b2207d22b9de69b503460dc269f8b33935c2
DEV: Fix broken ARM64 build (#745)

Why this change?

The `docker tag discourse/base:aarch64-slim localhost:5000/discourse/base:aarch64-slim
` command broked in 0c93b2207d22b9de69b503460dc269f8b33935c2 because
there is no `aarch64-slim` image being built. Instead, the `ruby
auto_build.rb base_slime_64` command builds an image with the
`discourse/base:build_slim_arm64` tag.

What does this change do?

This change removes the tagging command because it is pointless for us
to tag it.
.github/workflows/build.yml