Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ name: Docker Image Build
on:
push:
branches: [ main ]
workflow_dispatch:

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions windows-arc-runner/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# escape=`

# Copyright (c) 2023 Ken Muse
# Copyright (c) Advanced Micro Devices, Inc. All rights reserved.
# SPDX-License-Identifier: MIT

# escape=`

FROM mcr.microsoft.com/windows/servercore:ltsc2022
ARG RUNNER_OS=win
ARG RUNNER_ARCH=x64
Expand Down