fix: dockerfile casing typo
Some checks failed
Integration tests for the release process / release-simulation (push) Has been cancelled
/ example-docker-compose (push) Has been cancelled
checks / build and test (push) Has been cancelled
checks / runner exec tests (push) Has been cancelled

This commit is contained in:
Michael Kriese 2024-11-08 09:53:52 +01:00
parent 94fcda8483
commit f6626f09d5
No known key found for this signature in database
GPG key ID: F8D7748549A5986A

View file

@ -1,6 +1,6 @@
FROM --platform=$BUILDPLATFORM code.forgejo.org/oci/tonistiigi/xx AS xx
FROM --platform=$BUILDPLATFORM code.forgejo.org/oci/golang:1.21-alpine3.19 as build-env
FROM --platform=$BUILDPLATFORM code.forgejo.org/oci/golang:1.21-alpine3.19 AS build-env
#
# Transparently cross compile for the target platform