Skip to content

Commit

Permalink
Update devel_images.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealHaoLiu committed Feb 20, 2024
1 parent 12285db commit 413fd4c
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions .github/workflows/devel_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,6 @@ jobs:
echo "$(brew --prefix)/opt/gnu-sed/libexec/gnubin" >> $GITHUB_PATH
if: matrix.os == 'macos-14'

- uses: actions/checkout@v3

# - name: Set up QEMU
# uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Set GITHUB_ENV variables
run: |
echo "DEV_DOCKER_TAG_BASE=ghcr.io/${OWNER,,}" >> $GITHUB_ENV
Expand All @@ -61,6 +53,20 @@ jobs:
env:
OWNER: '${{ github.repository_owner }}'

- name: Setup docker on macos-14
run: |
brew install --cask docker
open /Applications/Docker.app
if: matrix.os == 'macos-14'

- uses: actions/checkout@v3

# - name: Set up QEMU
# uses: docker/setup-qemu-action@v3

# - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v3

- name: Install python ${{ env.py_version }}
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 413fd4c

Please sign in to comment.