mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
fix(docker): add BuildKit syntax directive for heredoc support
The Dockerfiles use heredoc syntax which requires BuildKit's dockerfile:1 syntax directive to parse correctly. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
403be215a2
commit
df2175b950
2 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
# syntax=docker/dockerfile:1
|
||||
# Build Linux binaries for Wails v3 examples using Ubuntu 24.04 (ARM64 native)
|
||||
FROM ubuntu:24.04
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# syntax=docker/dockerfile:1
|
||||
# Build Linux binaries for Wails v3 examples using Ubuntu 24.04 (x86_64 native)
|
||||
FROM --platform=linux/amd64 ubuntu:24.04
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue