Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zeriyoshi committed Jul 12, 2024
1 parent 3f4d0e7 commit 5535950
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/___build_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,13 @@ jobs:
matrix:
include: ${{ fromJson(inputs.image_variants) }}
steps:
- name: Determine tags
id: determine_tags
run: |
echo "values=ghcr.io/${{ github.repository }}:${{ matrix.tag }}${{ matrix.variant }}-base${{ inputs.enable_minor && format(',ghcr.io/{0}:{1}{2}-base', github.repository, matrix.minor, matrix.variant) || '' }}" >> $GITHUB_OUTPUT
- name: Test
run: |
echo "para"
echo "${{ steps.determine_tags.outputs.values }}"
# - name: Checkout
# uses: actions/checkout@v4
# with:
Expand All @@ -51,7 +55,7 @@ jobs:
# github-token: ${{ secrets.GITHUB_TOKEN }}
# platforms: ${{ matrix.platforms }}
# build-args: |
# DP_CFLAGS_OPTIMIZE=${{ inputs.optimize_c_cpp }}
# DP_CPPFLAGS_OPTIMIZE=${{ inputs.optimize_c_cpp }}
# DP_LDFLAGS_OPTIMIZE=${{ inputs.optimize_ld }}
# DP_PHP_CONFIGURE_OPTIONS_APPEND=${{ inputs.configure }}
# DP_CFLAGS_OPTIMIZE=${{ matrix.optimize_options_c_cpp }}
# DP_CPPFLAGS_OPTIMIZE=${{ matrix.optimize_options_c_cpp }}
# DP_LDFLAGS_OPTIMIZE=${{ matrix.optimize_ld }}
# DP_PHP_CONFIGURE_OPTIONS_APPEND=${{ matrix.configure_append }}
2 changes: 1 addition & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Daily build

on:
push:
workflow_dispatch:

permissions:
packages: write
Expand Down

0 comments on commit 5535950

Please sign in to comment.